Skip to content

Instantly share code, notes, and snippets.

@nibocn
Last active July 7, 2016 01:28
Show Gist options
  • Save nibocn/d854ed9f7e525e4d92545d852e7b782a to your computer and use it in GitHub Desktop.
Save nibocn/d854ed9f7e525e4d92545d852e7b782a to your computer and use it in GitHub Desktop.

Windows:

  • 创建 ~/pip/pip.ini 文件。

  • 添加如下内容:

    [global]
    timeout = 60
    index-url = http://mirrors.aliyun.com/pypi/simple/
    trusted-host = mirrors.aliyun.com
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment