Skip to content

Commit 91bf87d

Browse files
committed
Adding important details to python install instructions.
1 parent 9eb5979 commit 91bf87d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Example of a python bot using the RLBot framework
33

44
## Instructions
55

6-
1. Make sure you've installed Python 3.6 or newer
6+
1. Make sure you've installed [Python 3.6 64 bit](https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.exe). During installation:
7+
- Select "Add Python to PATH"
8+
- Don't opt out of pip
79
2. Open Rocket League
8-
2. Double click on run.bat
10+
3. Double click on run.bat
911

1012
## Changing the bot
1113

1214
- Bot behavior is controlled by `python_example/python_example.py`
13-
- Bot appearance is controlled by `python_example/appearance.cfg`
15+
- Bot appearance is controlled by `python_example/appearance.cfg`

0 commit comments

Comments
 (0)