python安装wind10

一、下载:

官网:Python Releases for Windows | Python.org

python安装wind10_第1张图片

二、安装

双击下载的安装程序文件。这将打开安装向导。安装界面图下方两个框的" Use admin privileges wheninstalling py. exe和” Add python. exe to PATH"都要勾选,一定要勾选!一定要勾选!一定要勾选!重要的事情说三遍!然后点击上方的 nstall Now",中途如果有弹出提示窗口就点"是"就好。

python安装wind10_第2张图片

3、安装完成安装完成界面这样, Python3就安装成功了

python安装wind10_第3张图片

4.查看安装是否成功

python --version

python安装wind10_第4张图片

5. 查案 python依赖插件

pip list

python安装wind10_第5张图片

安装插件

可以单个安装

也可以批量安装

新建text.txt文件 里面是插件名和版本

python安装wind10_第6张图片

python安装wind10_第7张图片 

cmd 运行

pip install -r test.txt

python安装wind10_第8张图片

 查看是否安装成功

python安装wind10_第9张图片

厕所python脚本

创建 demo.py文件

内容

print("Hello, World!")

在存放脚本文件目录 cmd

执行

python demo.py

python安装wind10_第10张图片

四、卸载

直接控制面板卸载,并重启

你可能感兴趣的:(python,开发语言)