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

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/289009.html

(0)
上一篇 2022年9月12日
下一篇 2022年9月12日

相关推荐

发表回复

登录后才能评论