mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 14:19:55 +02:00
12 lines
286 B
Bash
Executable File
12 lines
286 B
Bash
Executable File
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
|