Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita780e52

Browse files
committed
Updated install instructions
1 parent08c634e commita780e52

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

‎README.md‎

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,18 @@
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.
1616
The parameter to add is:
1717

18-
`-i https://PySimpleGUI.net/install`
18+
`--extra-index-url https://PySimpleGUI.net/install`
1919

20-
The basic install/upgrade command was:
20+
###To force a reinstall of PySimpleGUI from new server
21+
22+
`python -m pip install --force-reinstall --extra-index-url https://PySimpleGUI.net/install PySimpleGUI`
23+
24+
25+
###Performing an upgrade
26+
27+
This command will also install needed modules like rsa from PyPI automatically
28+
29+
The basic install/upgrade command**was**:
2130

2231
`python -m pip install –-upgrade PySimpleGUI`
2332

@@ -27,20 +36,15 @@ or for Linux/Mac
2736

2837
The**new command** with the new parameter is:
2938

30-
`python -m pip install --upgrade -i https://PySimpleGUI.net/install PySimpleGUI`
39+
`pip install --upgrade --extra-index-url https://PySimpleGUI.net/install PySimpleGUI`
40+
41+
###Uninstall Needed If Error
42+
43+
44+
45+
![](https://PySimpleGUI.net/images/emojis/wave_56.png)
46+
3147

32-
###Uninstall Needed If Error
33-
34-
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
35-
36-
`python -m pip uninstall PySimpleGUI`
37-
38-
`python -m pip install --upgrade -i https://PySimpleGUI.net/install PySimpleGUI`
39-
40-
41-
![](https://PySimpleGUI.net/images/emojis/wave_56.png)
42-
43-
4448
##2. PySimpleGUI Shutdown
4549

4650
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)

[8]ページ先頭

©2009-2025 Movatter.jp