Files
agentic_security/docs/vercel.sh
T
Alexander Myasoedov 2896974005 fix(pc):
2026-05-14 19:23:22 +03:00

12 lines
286 B
Bash

set -ex
python3 --version
# Vercel's Python is uv-managed (PEP 668 externally-managed), so pip needs
# --break-system-packages. Safe here: the build container is ephemeral.
pip3 install --break-system-packages \
mkdocs \
mkdocs-material \
mkdocs-jupyter \
mkdocstrings-python