python快速下载并安装第三方包

国内在下载第三方模块时很容易报连接超时错误,我们可以使用豆瓣镜像来下载第三方模块

pip install 模块名 -i https://pypi.doubanio.com/simple --trusted-host pypi.douban.com

原文地址:https://www.cnblogs.com/dalyday/p/14290818.html