Skip to content

Commit

Permalink
Add --trusted-host option
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Mar 1, 2016
1 parent d6dcd40 commit 09e4084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/README-snapshots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down

0 comments on commit 09e4084

Please sign in to comment.