- 从python官网下载合适的2.7.10版本的安装包(注意操作系统类型以及位数)。
- 安装后在命令行(通过windows+R,并输入cmd)下输入
python
,看到以下提示符说明环境安装成功。
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on wi
n32
Type "help", "copyright", "credits" or "license" for more information.
>>>
- 下载Wing IDE 5.1并破解
- 打开Wing IDE,选择File->new,输入
print "hello, world."
,点击运行(红色三角形)按钮,看到右下角出现的hello, world.
字样说明IDE安装成功。
Paste_Image.png
网友评论