1 官网下载并且安装python
2 配置环境变量
# python安装位置 D:\Python27 # python插件安装位置(如pip等) D:\Python27\Scripts
3 检查安装
# 查看python版本 python -V # 查看帮助 python -h