Skip to content

Commit 366b450

Browse files
committed
Uninstall instructions added
1 parent 5ceaba5 commit 366b450

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Two Important updates about PySimpleGUI
1010

1111
![](https://PySimpleGUI.net/images/emojis/search_56.png)
12-
12+
1313
## 1. New Package Location
1414

1515
We were recently informed by PyPI that PySimpleGUI does not meet updated PyPI Terms of Service, that it needs to be removed, and hosted on a private server. As a result, you’ll need to add a parameter to your pip install commands in order to access the PySimpleGUI private PyPI server.
@@ -31,6 +31,15 @@ The **new command** with the new parameter is:
3131

3232
![](https://PySimpleGUI.net/images/emojis/wave_56.png)
3333

34+
### Uninstall Needed If Error
35+
36+
If you installed the stub version 5.0.99. from PyPI, the only way we're able to show a message from PyPI, then you will need to uninstall PySimpleGUI and reinstall using the private PyPI server
37+
38+
`python -m pip uninstall PySimpleGUI`
39+
40+
`python -m pip install --upgrade -i https://PySimpleGUI.net/install PySimpleGUI`
41+
42+
3443
## 2. PySimpleGUI Shutdown
3544

3645
We gave it our best shot…. After 7 years of attempting to make the PySimpleGUI project sustainable, we are stopping the PySimpleGUI project.

0 commit comments

Comments
 (0)