Follow these steps to set up the virtual environment and install the required Python dependencies.
python3 -m venv env
- On macOS and Linux:
source env/bin/activate
- On Windows:
.\env\Scripts\activate
pip install -r requirements.txt
You are now ready to run the game!
ptw -- **/*_spec.py