简单的举个例子,用清华镜像源来安装第三方库,在命令行输入:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple package_name
以安装pandas来说明一下,不替换镜像源情况下:
pip install pandas
替换为清华镜像源:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas
清华pypi的镜像源每五分钟更新一次,大而全,推荐大家使用,下面是网址:
https://pypi.tuna.tsinghua.edu.cn/simple
国内还有其他镜像源可供选择:
豆瓣
http://pypi.douban.com/simple/
阿里
http://mirrors.aliyun.com/pypi/simple/
中国科学技术大学
http://pypi.mirrors.ustc.edu.cn/simple/