8.1. Virtual environments

There are several Python-based tools in the repository:

To use them, create, activate and configure a Python vitrual environment by running

python3 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt

or simply run

./devconfig
source venv/bin/activate

in repository root directory.