pip使用豆瓣源安装第三方库

pip install 库名称 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com



解决ReadTimeoutError

pip --default-timeout=100 install 库名称 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com


 

猜你喜欢

转载自blog.csdn.net/qq_39208536/article/details/129906560