From 32bf05208f7279f7acc9331bed06845352b5b0fd Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 21 Jun 2016 20:23:36 -0700 Subject: [PATCH] wxpython.org has an SSL cert now --- packaging/README-snapshots.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/README-snapshots.txt b/packaging/README-snapshots.txt index 14cb5dc8..6c0323ec 100644 --- a/packaging/README-snapshots.txt +++ b/packaging/README-snapshots.txt @@ -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