python-环境安装
step1、下载python解释器
step2、配置环境变量(path里添加如下两个变量)
1、python安装地址
2、pip的目录地址

配置后 win+R 输入cmd 调出命令行界面

step3、配置pip的淘宝镜像提高下载速度
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple pip config set install.trusted-host mirrors.aliyun.com
step4、编辑python程序、pip安装对应依赖、运行

浙公网安备 33010602011771号