python pip安装太慢
我们可以使用其他的pip源,例如:
豆瓣:http://pypi.douban.com/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple
这样,我们在使用时可以在使用pip的时候加参数-i
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple python_docx,这样就会从清华这边的镜像去安装python_docx库。
我们可以使用其他的pip源,例如:
豆瓣:http://pypi.douban.com/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple
这样,我们在使用时可以在使用pip的时候加参数-i
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple python_docx,这样就会从清华这边的镜像去安装python_docx库。