- Make sure you have the latest version of Python installed in your system
- Set up a virtual environment:
python3 -m venv <any-name>
source <any-name>/bin/activate
- Once the virtual environment is activated, install the dependencies needed to run the program:
pip install -r requirements.txt
- Finally, run the script main.py
python main.py