Environment

Before you can start developing, you need to setup your development environment:

# Optional, when you want a Python venv.
make venv
source .venv/bin/activate

# Install the development requirements.
make develop

Hint

You need to run the commands only once. Just ensure the venv is activated when you’re about to continue developing:

source .venv/bin/activate