pip (python) - AlBichutsky/my-cheatsheats GitHub Wiki
pip install --proxy http://user:password@server:port <package>
- Download Python from the Python Package Index (PyPI) - https://pypi.org/.
- Let's run:
py -3 -m pip install <package>.tar.gz
pip install --proxy http://user:password@server:port <package>
py -3 -m pip install <package>.tar.gz