wxpython.org has an SSL cert now

This commit is contained in:
Robin Dunn
2016-06-21 20:23:36 -07:00
parent 2b688df96d
commit 32bf05208f

View File

@@ -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