mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Add --trusted-host option
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user