编程语言
首页 > 编程语言> > python安装命令

python安装命令

作者:互联网

python安装包 镜像网站
https://registry.npmmirror.com/binary.html?path=python/
镜像包安装
pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple

镜像安装:pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

更新pip version
python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple

查看已安装组件:python -m pip list

pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter notebook启动命令:jupyter notebook
启动成功

sublime安装
CTRL+B 运行 python

pandas安装
pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple

matplotlib安装
pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple

tushare安装
pip install tushare -i https://pypi.tuna.tsinghua.edu.cn/simple

![[Pasted image 20220912164814.png]]

标签:cn,python,pypi,命令,https,edu,pip,安装,simple
来源: https://www.cnblogs.com/scwelcome/p/16686608.html