1cat >> .pip/pip.conf << EOF
2
3[global]
4
5timeout = 6000
6
7index-url = https://pypi.douban.com/simple/
8
9[install]
10
11use-mirrors = true
12
13mirrors = https://pypi.douban.com/simple/
14
15trusted-host = pypi.douban.com
16
17EOF
comments powered by Disqus