You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# IMPORTANT: this permission is mandatory for trusted publishing
43
+
id-token: write
44
+
45
+
# Dedicated environments with protections for publishing are strongly recommended.
46
+
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ A high performance Python interface for communicating with RLBot v5.
6
6
7
7
See this video tutorial on YouTube for a quick start guide: <https://www.youtube.com/watch?v=GLqvodQ942A>
8
8
9
+
Also see the [main RLBot wiki](https://wiki.rlbot.org/) (make sure to avoid info on v4) and also see [this project's wiki](https://github.com/VirxEC/python-interface/wiki)
10
+
9
11
## Dev setup
10
12
11
13
The following is how to setup a development environment for this project, NOT how to create a bot using this interface!
@@ -23,12 +25,13 @@ The following is how to setup a development environment for this project, NOT ho
23
25
will be reflected in the installed package without
24
26
having to run the command again
25
27
- If you are making changes involving the flatbuffer schema and
0 commit comments