We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb05df5 commit 3a1ca9cCopy full SHA for 3a1ca9c
README.md
@@ -2,8 +2,14 @@
2
3
A high performance Python interface for communicating with RLBot v5.
4
5
+## Making a bot with this interface
6
+
7
+See this video tutorial on YouTube for a quick start guide: <https://www.youtube.com/watch?v=GLqvodQ942A>
8
9
## Dev setup
10
11
+The following is how to setup a development environment for this project, NOT how to create a bot using this interface!
12
13
- Ensure Python 3.11+ is installed
14
- Create a virtual Python environment
15
- `python3 -m venv venv`
0 commit comments