Skip to content

Python Virtual Environment Build Instructions

Donald Buczek edited this page May 26, 2026 · 6 revisions
prun python-3.12.8-0 virtualenv .venv
. .venv/bin/activate # IMPORTANT!
pip install pip_tools
pip-sync requirements/dev.txt

Clone this wiki locally