Instructions

Run the following to create a python environment and install the packages to it.

python -m venv env

# Windows PS
.\env\Scripts\activate

# bash
source env/bin/activate

pip install -r requirements.txt

python .\orchestrator.py