- Clone the repo.
- Create a virtual environment with
python3 -m venv env - In the root directory run
. env/bin/activateto activate the virtual environment - Run
pip install -r requirements.txtwithin the virtual environment - Run
./run.pyto start the server.