- Create a virtual environment (venv)
python3 -m venv venv- Activate the virtual environment (you need to repeat this step, and this step only, every time you start a new terminal/session):
source venv/bin/activate- Install the game requirements:
pip install -r requirements.txt