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
# Notes: In requirements.txt, if you don't run Py3.11, you should delete this
29
30
pip3 install -r requirements.txt
30
31
```
31
32
@@ -41,14 +42,14 @@ To run the project from source, simply invoke via python3:
41
42
42
43
```sh
43
44
# Launch GUI
44
-
python3 OpenCore-Patcher-GUI.command
45
+
python3 OCLP-R-GUI.command
45
46
```
46
47
47
48
Note that the OpenCore-Patcher-GUI.command file can be run as both a GUI and a CLI utility for other programs to call. If no core arguments are passed, the GUI is initialized. Otherwise the CLI will start:
0 commit comments