We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2216e90 commit 66b3339Copy full SHA for 66b3339
1 file changed
README.md
@@ -7,7 +7,7 @@ Example of a Rocket League bot implemented in C#
7
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:
8
- Select "Add Python to PATH"
9
- Make sure pip is included in the installation
10
-2. Install Visual Studio 2017 or newer. It should come with .NET Framework 4.6.1 or newer.
+2. Install Visual Studio 2015 or newer. It should come with .NET Framework 4.6.1 or newer.
11
3. Open RLBotCSharpExample\RLBotCSharpExample.sln in Visual Studio.
12
4. In Visual Studio, click the "Start" button, which should compile and run the bot. Leave it running.
13
5. Double click on run-gui.bat
0 commit comments