To setup the python environment, run the following command: For windows, run the following commands: python -m venv .env .\env\Scripts\activate pip install -r requirements.txt