python库安装可使用的国内镜像地址,让安装速度飞起
阿里云 https://mirrors.aliyun.com/pypi/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
豆瓣(douban) https://pypi.douban.com/simple/
中国科学技术大学 https://pypi.mirrors.ustc.edu.cn/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学 http://pypi.hustunique.com/simple/
山东理工大学 http://pypi.sdutlinux.org/simple/
使用例子:
-
安装sklearn:
pip install sklearn -i https://pypi.tuna.tsinghua.edu.cn/simple -
pip更新:
python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple
也可以在pycharm编辑器中添加源进行库的安装
具体步骤:
1,File–Settings–Project–Project Interpreter
点击“+”号,进行库的下载安装
点击Manage Repositories
如果PyCharm中找不到库,解决办法
之后点击OK保存即可。