首页 > 技术文章 > 解决pip安装过慢的问题

flypig666 2019-10-23 21:07 原文

1、pip install scipy -i https://pypi.douban.com/simple/

2、pip install --index https://pypi.mirrors.ustc.edu.cn/simple/   +  (要下载的模块)pandas

3、pip install --index http://mirrors.sohu.com/python/

推荐阅读