If you have not created a virtual environment for this project, do so by typing the following commands to the terminal (here using shell as an example):
python -m venv .venv
If the virtual environment is set, setup the environment by
source .venv/bin/activate on POSIX/POSIX-like systems
source .venv/Scripts/activate on Windows
Install all packages with
pip install -r requirements.txt