pip modify installation source-speed up

The installation source that comes with pip is really super slow

Let's replace the pip source below

Then create a pip folder

Then create a pip.ini file and open it with Notepad

Enter the following code and save.

[global]
timeout = 6000
index-url = http://pypi.douban.com/simple
trusted-host = pypi.douban.com

 

Guess you like

Origin blog.csdn.net/weixin_40539952/article/details/107300906