Skip to content

Commit 3a1ca9c

Browse files
committed
Add link to quick start video
1 parent fb05df5 commit 3a1ca9c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
A high performance Python interface for communicating with RLBot v5.
44

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+
59
## Dev setup
610

11+
The following is how to setup a development environment for this project, NOT how to create a bot using this interface!
12+
713
- Ensure Python 3.11+ is installed
814
- Create a virtual Python environment
915
- `python3 -m venv venv`

0 commit comments

Comments
 (0)