Python new project setup
Procedure 18.1. Set up the project-specific environment
-
Create the virtual environment
python -m venv ~/.cache/venv/projectnamesource ~/.cache/venv/projectname/bin/activate -
Install software
TODO: something about a requirements.txt or other list of packages.