mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2024-11-25 00:38:33 -05:00
Don't assume pip is in the $PATH
This commit is contained in:
parent
d21e4b93dc
commit
03784e2dba
@ -11,7 +11,7 @@ A ~~messy~~ Python script that grabs the latest version of every libretro core f
|
|||||||
The package can be installed via pip:
|
The package can be installed via pip:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install --user RetroUFO
|
python -m pip install --user RetroUFO
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -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
|
||||||
pip install --user PySide2
|
python -m pip install --user PySide2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user