mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
wxpython.org has an SSL cert now
This commit is contained in:
@@ -58,8 +58,7 @@ software wheels like what is available here, with a command like
|
||||
this:
|
||||
|
||||
pip install -U --pre \
|
||||
--trusted-host wxpython.org \
|
||||
-f http://wxpython.org/Phoenix/snapshot-builds/ \
|
||||
-f https://wxpython.org/Phoenix/snapshot-builds/ \
|
||||
wxPython_Phoenix
|
||||
|
||||
NOTE: if there isn't a binary here for the latest version of Phoenix
|
||||
@@ -72,8 +71,7 @@ To install a specific binary from this site you can append the version
|
||||
number to the command, like this:
|
||||
|
||||
pip install -U --pre \
|
||||
--trusted-host wxpython.org \
|
||||
-f http://wxpython.org/Phoenix/snapshot-builds/ \
|
||||
-f https://wxpython.org/Phoenix/snapshot-builds/ \
|
||||
wxPython_Phoenix==3.0.3.dev1641+76cf834
|
||||
|
||||
If you don't already have pip then you can install it with commands
|
||||
|
||||
Reference in New Issue
Block a user