Set up tox for development

  1. Acquire Python interpreter version 3.8 from Python.org or with package manager.

Note

Remember to add Python to PATH.

  1. Install tox with pip

    python -m pip install tox
    
  2. Create virtual environment with tox:

    python -m tox -e devenv
    
  3. Activate environment:

    • Windows: ".tox/devenv/Scripts/activate"
    • Linux: source ".tox/devenv/bin/activate"

Info

If you are using Powershell you may encounter this problem.


Last update: July 3, 2022
Created: July 3, 2022