From d21e4b93dc00f8c4a5442c93c481d3861407bb08 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Wed, 11 Dec 2019 00:36:01 -0500 Subject: [PATCH] Python 2 is EOL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcea1ce..629edcf 100644 --- a/README.md +++ b/README.md @@ -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 ```