Add more pip installation info

This commit is contained in:
MikeTheWatchGuy 2018-09-10 10:02:56 -04:00
parent 6f80065afe
commit 8ebc7852dd
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.