git clone --recursive https://github.com/openenergysolutions/games-test.gitWe are using a virtual enviroment.
Create a .venv directory with:
python -m venv .venvThen activate it, on Linux:
source .venv/bin/activateOr on Windows:
.venv/Scripts/Activate.ps1Then install the requirements:
pip install -r requirementsTo run the program:
python main.py