- Install python for Windows
- Inside the project, create a virtual environment:
python -m venv .\venv
- Activate the virtual environment:
.\venv\Scripts\activate
- Install all dependencies:
pip install -r requirements.txt
Then you are ready to run any of the .py files, e.g.:
python analyze.py