pip (python) - AlBichutsky/my-cheatsheats GitHub Wiki

How to run pip install through proxy in Windows

pip install --proxy http://user:password@server:port <package>

How to install package with pip localy in Windows 10:

  1. Download Python from the Python Package Index (PyPI) - https://pypi.org/.
  2. Let's run:
py -3 -m pip install <package>.tar.gz
⚠️ **GitHub.com Fallback** ⚠️