To run this repository you must first set up a virtual environment
mkdir .venv
python3 -m venv .venvSwitch to the venv with
source .venv/bin/activateTo install the dependencies run
python -m pip install -r requirements.txtIf you add packages, remember to update the requirements.txt file with
python -m pip freeze > requirements.txt