环境
环境安装
1. 解释器 Python https://www.python.org/
2. IDE Pycharm https://www.jetbrains.com/pycharm/download/
a. 代码补全
b. 错误提示
c. 代码调试
3. 文本编辑器 VSCode https://code.visualstudio.com/
软件环境搭建
1. download 官网下载
2. install 安装
3. setting 修改配置文件
4. add to PATH .../bin/ 和 .../script/ 两个目录添加到环境变量
5. run 启动
6. check 检查 -> 查看进程或者终端输入软件命令能输出
# 核心思考
a. 软件装在哪个平台 linux平台 or windows/mac平台
b. 选择主流最新最稳定版本 popular.x.x
# windows平台 1 -> 2 > 5 三个步骤
# linux平台 1 -> 2 -> 3 -> 4 -> 5 稍微复杂一些
# 基本思路 download -> install -> run