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