Skip to content

Commit 1f142c1

Browse files
authored
Update README.md
1 parent 037c769 commit 1f142c1

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ It shows you how to:
99
- Install the RLBot GUI
1010
- Use it to create a new bot
1111

12+
## Changing the bot
13+
14+
- Bot behavior is controlled by `python_example/python_example.py`
15+
- Bot appearance is controlled by `python_example/appearance.cfg`
16+
17+
See https://github.com/RLBot/RLBotPythonExample/wiki for documentation and tutorials.
18+
19+
### Older Setup Technique
1220

13-
## The Hard Way
21+
**Please don't do this unless you've followed the quick start video and it doesn't work!**
1422

1523
https://www.youtube.com/watch?v=UjsQFNN0nSA
1624

17-
1. Make sure you've installed [Python 3.7 64 bit](https://www.python.org/downloads/). During installation:
25+
1. Make sure you've installed [Python 3.7 64 bit](https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64.exe). During installation:
1826
- Select "Add Python to PATH"
1927
- Make sure pip is included in the installation
2028
1. Download or clone this repository
2129
1. In the files from the previous step, find and double click on run-gui.bat
2230
1. Click the 'Run' button
23-
24-
## Changing the bot
25-
26-
- Bot behavior is controlled by `python_example/python_example.py`
27-
- Bot appearance is controlled by `python_example/appearance.cfg`
28-
29-
See https://github.com/RLBot/RLBotPythonExample/wiki for documentation and tutorials.

0 commit comments

Comments
 (0)