Last active
August 27, 2017 13:25
-
-
Save rngadam/e7f3fe5040430af7acf8cefa480de6c0 to your computer and use it in GitHub Desktop.
pip configuration ~/.pip/pip.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global] | |
| use-mirrors=true | |
| mirrors=https://pypi.mirrors.ustc.edu.cn/pypi | |
| index-url=https://pypi.mirrors.ustc.edu.cn/simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment