IDEA创建python工程

一 、总结

五个步鄹:

1)Windows中Python安装

2)Intellij IDEA15中Python安装

3)Intellij IDEA15建立Python项目

4)编辑Python脚本

5)安装pip

二、具体步骤

1. windows中安装python,参考网上资料。

2. python包下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/

python安装工具包需要pip工具,如果报错:

执行:python -m pip install --upgrade pip

然后下载所需工具包,并安装。参考:https://blog.csdn.net/vision_tung/article/details/76796347

3. 

 

posted @ 2019-06-03 09:28  duaner92  阅读(1154)  评论(0编辑  收藏  举报