Python new project setup

Procedure 9.2. Set up the project-specific environment
  1. Create the virtual environment

    python -m venv ~/.cache/venv/projectname source ~/.cache/venv/projectname/bin/activate

  2. Install software

    TODO: something about a requirements.txt or other list of packages.