python的常用命令

设阿里镜像源为默认镜像源

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

 

pycharm常用第三方包

pip install numpy 

pip install pandas

pip install requests

 

jupyter的安装

pip install jupyter

jupyter notebook

 

posted @ 2021-08-15 20:48  hefuhao  阅读(33)  评论(0)    收藏  举报