Ensure you have python/python3 installed and that you have a virtual environment installed in the project. This can be done on the console with the command
python3 -m venv venv # Step 1
source venv/bin/activate # Step 2
Next, install the required packages in requirements.txt using:
pip install -r requirements.txt
To run this project, run main.py using:
python main.py