Python new project setup
Procedure 9.2. 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.