Merge pull request #181 from MikeTheWatchGuy/Dev-latest

Add more pip installation info
This commit is contained in:
MikeTheWatchGuy 2018-09-10 10:03:32 -04:00 committed by GitHub
commit 01357fd54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -209,6 +209,12 @@ On a Raspberry Pi, this is should work:
sudo pip3 install --upgrade pysimplegui
Some users have found that upgrading required using an extra flag on the pip `--no-cache-dir` and you can force the version number too by adding `==version` onto the end
pip install --upgrade --no-cache-dir PySimpleGUI==3.0.3
If for some reason you are unable to install using `pip`, don't worry, you can still import PySimpleGUI by downloading the file PySimleGUI.py and placing it in your folder along with the application that is importing it.

View File

@ -209,6 +209,12 @@ On a Raspberry Pi, this is should work:
sudo pip3 install --upgrade pysimplegui
Some users have found that upgrading required using an extra flag on the pip `--no-cache-dir` and you can force the version number too by adding `==version` onto the end
pip install --upgrade --no-cache-dir PySimpleGUI==3.0.3
If for some reason you are unable to install using `pip`, don't worry, you can still import PySimpleGUI by downloading the file PySimleGUI.py and placing it in your folder along with the application that is importing it.