end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

python 3.7 for win 付属 の pipで 認証付きproxy経由で installする

以下のようにやれば、OKみたい

C:\Users\end0tknr > pip install selenium \
   --proxy http://ないしょID:ないしょPW@proxy.example.com \
   --trusted-host pypi.org \
   --trusted-host pypi.python.org \
   --trusted-host files.pythonhosted.org