Skip to content

Commit 2426a45

Browse files
authored
Update README.md
1 parent 604cae1 commit 2426a45

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)