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]]

posted @   scwelcome  阅读(406)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 地球OL攻略 —— 某应届生求职总结
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 提示词工程——AI应用必不可少的技术
· .NET周刊【3月第1期 2025-03-02】
点击右上角即可分享
微信分享提示