1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2025-07-04 12:54:37 -04:00

Compare commits

..

3 Commits

Author SHA1 Message Date
510e219161 Fixed some metadata 2019-12-11 01:16:08 -05:00
f020623389 Fixed GUI Command 2019-12-11 01:12:35 -05:00
1cd5199c69 Better wording 2019-12-11 01:08:35 -05:00
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ python -m pip install --user RetroUFO
### Usage-CLI
Just run the script with _Python 3_:
Just run the script from the terminal:
```bash
RetroUFO
@ -33,7 +33,7 @@ RetroUFO --help
### Usage-GUI
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 if you plan to run the script manually:
```bash
python -m pip install --user PySide2
```
@ -41,7 +41,7 @@ python -m pip install --user PySide2
After that you can just run the script like so:
```bash
RetroUFO_GUI
RetroUFO-GUI
```
You can then just click the `Grab Cores` button at the bottom and then you should be all set.

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB