Lines Matching +full:python3 +full:- +full:pip
6 venv/bin/mkdocs serve --dirtyreload
14 cp -r ../json.gif docs/images
15 cp -r ../examples/*.cpp ../examples/*.output docs/examples
18 @cd docs ; python3 ../scripts/check_structure.py
22 rm -fr docs/images/json.gif docs/examples
26 venv/bin/mkdocs gh-deploy --clean --force
30 python3 -mvenv venv
31 venv/bin/pip install --upgrade pip
32 venv/bin/pip install wheel
33 venv/bin/pip install -r requirements.txt
37 rm -fr venv