安装 python3.6.4
查看自己系统是多少位的
电脑 -> 右键(属性)
或者: win + R -> systeminfo
根据系统位数到 python ftp 上下载相应的版本
安装 python
运行 .exe 文件
按默认安装,然后修改安装位置
等待安装完成
运行
运行 IDLE 可以获得 python shell
用命令行运行,需要配置环境变量
参考 http://www.runoob.com/python/python-install.html
电脑 -> 右键(属性)
或者: win + R -> systeminfo
运行 .exe 文件
按默认安装,然后修改安装位置
等待安装完成
运行 IDLE 可以获得 python shell
用命令行运行,需要配置环境变量
参考 http://www.runoob.com/python/python-install.html