mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
11 lines
142 B
Bash
Executable File
11 lines
142 B
Bash
Executable File
set -ex
|
|
|
|
python3 --version
|
|
|
|
pip3 install --upgrade pip
|
|
pip3 install \
|
|
mkdocs \
|
|
mkdocs-material \
|
|
mkdocs-jupyter \
|
|
mkdocstrings-python
|