Chapter 27. Current Practice WIP—least dependencies

Procedure 27.1. 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.