Chapter 27. Current Practice WIP—least dependencies
Procedure 27.1. Set up the project-specific environment
-
Create the virtual environment
python -m venv ~/.cache/venv/
projectname
source ~/.cache/venv/projectname
/bin/activate -
Install software
TODO: something about a requirements.txt or other list of packages.