PyCharm配置过程记录

 也可以通过命令行来上传和下载git bash here 

同步最新代码到本地:

git fetch  

git pull

上传文件至git仓库:

git commit

git push

安装第三方模块方式

1,通过file-setting路径下,搜索出来直接添加

2,第二种方式,直接命令行安装:
cmd下,pip intall 模块名称

原文地址:https://www.cnblogs.com/niuniu2018/p/7552901.html