Set up tox for development
-
Acquire Python interpreter version 3.8 from Python.org or with package manager.
Note
Remember to add Python to PATH.
-
Install tox with pip
-
Create virtual environment with tox:
-
Activate environment:
- Windows:
".tox/devenv/Scripts/activate"
- Linux:
source ".tox/devenv/bin/activate"
- for more see this
- Windows:
Info
If you are using Powershell you may encounter this problem.