一、下载安装ancconda(python3.7)
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.07-Windows-x86.exehttps://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.07-Windows-x86.exe
二、配制Anaconda环境变量
此电脑——属性——高级系统设置——环境变量——path——编辑——新建
(找到Anaconda安装位置)
将以下路径都加入到path中
3.测试环境是否搭建成功 python --version
4.pip安装升级 python -m pip install --upgrade pip