We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5777fca commit 037c769Copy full SHA for 037c769
1 file changed
README.md
@@ -1,13 +1,18 @@
1
# RLBotPythonExample
2
Example of a python bot using the RLBot framework
3
4
-## Installation
+## Quick Start
5
+The easiest way to start a python bot is demonstrated here!
6
+https://youtu.be/YJ69QZ-EX7k
7
-### Video guide
8
+It shows you how to:
9
+- Install the RLBot GUI
10
+- Use it to create a new bot
11
-https://www.youtube.com/watch?v=UjsQFNN0nSA
12
-### Plain instructions
13
+## The Hard Way
14
+
15
+https://www.youtube.com/watch?v=UjsQFNN0nSA
16
17
1. Make sure you've installed [Python 3.7 64 bit](https://www.python.org/downloads/). During installation:
18
- Select "Add Python to PATH"
0 commit comments