Add --trusted-host option

This commit is contained in:
Robin Dunn
2016-02-29 19:41:16 -08:00
parent d6dcd4060f
commit 09e4084a87

View File

@@ -58,6 +58,7 @@ software wheels like what is available here, with a command like
this: this:
pip install -U --pre \ pip install -U --pre \
--trusted-host wxpython.org \
-f http://wxpython.org/Phoenix/snapshot-builds/ \ -f http://wxpython.org/Phoenix/snapshot-builds/ \
wxPython_Phoenix 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: number to the command, like this:
pip install -U --pre \ pip install -U --pre \
--trusted-host wxpython.org \
-f http://wxpython.org/Phoenix/snapshot-builds/ \ -f http://wxpython.org/Phoenix/snapshot-builds/ \
wxPython_Phoenix==3.0.3.dev1641+76cf834 wxPython_Phoenix==3.0.3.dev1641+76cf834