This is a memo on how to use pip3 in a so-called proxy environment. Just specify the IP address and port of the proxy server as shown below.
pip3 --proxy=http://xxx.xxx.xxx:port install ~
[Note] A story about not being able to break through a proxy with pip How to pip install in a proxy environment ](https://qiita.com/arai-wa/items/49dbff70c4f22ad51521)
Recommended Posts