From 09e4084a8772f531f2c389cf9568e20a8cd51661 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 29 Feb 2016 19:41:16 -0800 Subject: [PATCH] Add --trusted-host option --- packaging/README-snapshots.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/README-snapshots.txt b/packaging/README-snapshots.txt index 9dc7d126..14cb5dc8 100644 --- a/packaging/README-snapshots.txt +++ b/packaging/README-snapshots.txt @@ -58,6 +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/ \ wxPython_Phoenix @@ -71,6 +72,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/ \ wxPython_Phoenix==3.0.3.dev1641+76cf834