python pip 安装库
1、win进入cmd后直接安装
python -m pip install --user plotly
2、cmd 进入后找到python的安装目录,找到pip.exe文件的同级目录,执行
pip3 install requests
3、安装matplotlib模块
python -m pip install --user matplotlib
4、指定下载镜像地址,,国内的快
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --user pandas
国内的一些镜像网站
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中科技大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/

浙公网安备 33010602011771号