cd src
python run.full_game.py
Here is how to set up venv and install dependencies:
$ python -m venv .venv
$ ".venv/bin/script/activate"
It should say (venv) in front of cmd line.
$ pip install -r requirements.txt
$ git pull
$ git reset origin/HEAD --hard
$ git commit --all -m "Your commit message"
$ git reset 'HEAD@{1}'
$ python -m black .
$ git push