mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2025-07-06 05:34:36 -04:00
Python 2 is EOL
This commit is contained in:
@ -35,7 +35,7 @@ RetroUFO --help
|
||||
|
||||
The GUI script uses [Qt for Python](https://wiki.qt.io/Qt_for_Python) ([PySide2](https://pypi.org/project/PySide2/)). So you can make sure you have that package installed by running if you plan to run the script manually:
|
||||
```bash
|
||||
pip3 install --user PySide2
|
||||
pip install --user PySide2
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user