|
1 | 1 | # RLBotGUI via LISS |
| 2 | + |
2 | 3 | This stands for the Rocket League Bot Graphical User Interface via the Linux Installation Shell Script. |
3 | 4 |
|
4 | 5 | ## First-time installation with LISS |
5 | 6 |
|
6 | 7 | 1. Download `RLBotGUI.sh` (Or save [this file](https://raw.githubusercontent.com/RLBot/RLBotGUI/master/linux-install/RLBotGUI.sh)) |
7 | 8 | 2. `chmod +x path/to/RLBotGUI.sh` |
8 | 9 | 3. `path/to/RLBotGUI` (`./RLBotGUI` if it's in the current folder) |
9 | | -4. You will be asked to provide your sudo password. The RLBotGUI requires sudo in order to run: |
| 10 | +4. Do not run the script with sudo - you will be asked to provide your sudo password after it starts, _if needed_. LISS requires sudo in order to run: |
10 | 11 |
|
11 | 12 | - `sudo apt install software-properties-common` (If needed) |
12 | 13 | - `sudo add-apt-repository ppa:deadsnakes/ppa` (If needed; this is the Linux Python archive - https://github.com/deadsnakes) |
13 | 14 | - `sudo apt update` |
14 | | - - `sudo apt install build-essential python3.7-dev python3.7-venv python3-distutils` (If needed) |
| 15 | + - `sudo apt install build-essential python3.11-dev python3.11-venv python3.11-distutils` (If needed) |
15 | 16 |
|
16 | 17 | We won't do anything else with the sudo permission you give us, and is only required for installation. |
17 | 18 |
|
18 | | -5. Once LISS does its thing, the RLBotGUI will open! You can now take `RLBotGUI.sh` and put it wherever in your system you want. The RLBotGUI has been installed, and you won't need to do it again. (Unless something breaks, then you will have to re-download this script.) |
| 19 | +5. Once LISS does its thing, RLBotGUI will open! You can now take `RLBotGUI.sh` and put it wherever in your system you want. |
| 20 | +The RLBotGUI has been installed, and you can just keep running it every time you want to use RLBotGUI and it will update itself if needed. |
19 | 21 |
|
20 | 22 | ## Opening RLBotGUI after installation |
21 | 23 |
|
22 | 24 | 1. Where ever you've put `RLBotGUI.sh`, run it using `path/to/RLBotGUI.sh` |
23 | | -3. LISS will now update all dependencies, if you have internet access. (`pip`, `setuptools`, `wheel`, `eel`, `rlbot_gui` and `rlbot`) |
24 | | -4. RLBotGUI will then launch in Chrome, or your defaut system browser if Chrome isn't installed. |
| 25 | +2. LISS will now update all dependencies, if you have internet access. (`pip`, `setuptools`, `wheel`, `eel`, `rlbot_gui` and `rlbot`) |
| 26 | +3. RLBotGUI will then launch in Chrome, or your default system browser if Chrome isn't installed. |
0 commit comments