This repo communicates with RLBot v5.
- Ensure Python 3.11+ is installed
- Create a virtual Python environment
python3 -m venv venv
- Activate the virtual environment
- Windows:
venv\Scripts\activate.bat
- Linux:
source venv/bin/activate
- Windows:
- Install the package
pip install --editable .
- This will install the package in editable mode, meaning you can make changes to the code and they will be reflected in the installed package without having to run the command again
This project is formatted using Black.
- You can test launching a match with
python tests/runner.py