1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2024-11-25 00:38:33 -05:00

Python 2 is EOL

This commit is contained in:
Rain Clark 2019-12-11 00:36:01 -05:00
parent d1bd33b80a
commit d21e4b93dc

View File

@ -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: 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 ```bash
pip3 install --user PySide2 pip install --user PySide2
``` ```