File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,19 @@ Example of a Python bot using the RLBot framework
44
55## Quick Start
66
7- - Install Python 3.10 or later
8- - Create a Python virtual environment
9- - ` python -m venv venv `
10- - Install the required packages
11- - ` pip install -r requirements.txt `
12- - Download ` RLBotServer.exe ` and place it in the root directory
13- - < https://github.com/RLBot/core >
14- - Modify ` rlbot.toml ` to your liking
15- - Note: ` dev.toml ` also exists with a few changed settings that might be useful for development
16- - Start a match with ` python run.py `
7+ 1 . Install Python 3.10 or later
8+ 1 . Create a Python virtual environment
9+ - ` python -m venv venv `
10+ 1 . Activate the virtual environment
11+ - Windows: ` .\venv\Scripts\activate `
12+ - Linux: ` source venv/bin/activate `
13+ 1 . Install the required packages
14+ - ` pip install -r requirements.txt `
15+ 1 . Download ` RLBotServer.exe ` and place it in the root directory
16+ - < https://github.com/RLBot/core >
17+ 1 . Modify ` rlbot.toml ` to your liking
18+ - Note: ` dev.toml ` also exists with a few changed settings that might be useful for development
19+ 1 . Start a match with ` python run.py `
1720
1821## Changing the bot
1922
You can’t perform that action at this time.
0 commit comments