Instructions On the project folder create a virtual environment python3 -m venv .venv source .venv/bin/activate Install dependencies: python3 -m pip install -r requirements.txt