From 1da5235f1d81dae5843d24a18419808af85175c5 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:13:38 +0100 Subject: [PATCH] docs(*): Add gui debug note --- bot/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/README.md b/bot/README.md index 3da0491..ee8248b 100644 --- a/bot/README.md +++ b/bot/README.md @@ -19,3 +19,5 @@ See https://github.com/RLBot/RLBotPythonExample/wiki for documentation and tutor ## Running a match You can start a match by running `run.py`, the match config for it is in `rlbot.cfg` + +N.B You may need to run `pip3 install eel` in the src folder from a terminal to be able to debug the rlbot gui from here but DO NOT add it to the requirements.txt as the bot does not need it to run.