转自:https://blog.csdn.net/eugenelark/article/details/79945027
1. Python安装-Python 3.6.5 for Windows
第一步:到官网下载Python安装文件,选择对应系统和版本 https://www.python.org/downloads/
第二步:安装Python
成功,点击Close
检验:打开cmd,输入python - version,出现Python版本
2. PyCharm安装
第一步:下载安装包,社区版足够 http://www.jetbrains.com/pycharm/download/#section=windows
第二步:安装
将python.exe添加至系统环境变量中;
将pip.exe添加至系统环境变量中;