Skip to content

Instantly share code, notes, and snippets.

@huynle
Created May 3, 2018 22:25
pip.ini (Windows) or pip.conf (unix) for proxy
[global]
trusted-host = pypi.python.org
pypi.org
files.pythonhosted.org
proxy = http://[domain name]%5C[username]:[password]@[proxy address]:[proxy port]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment