install python3 on windows 10

Python3的安装与下载

  1. 官网下载Python3
  2. 我这里选择Windows64位版
  3. 下载完成后得到如下安装文件
  4. 双击进行安装
  5. 验证Python是否正确安装
    • Windows + x在出现的选项中选择 Windows PowerShell
    • 键入python -V查看python的版本信息
    • 键入pip freeze查看python包管理器是否安装成功
  6. 修改Windows PowerShell解除脚本运行限制
    • Windows + x在出现的选项中选择 Windows PowerShell(管理员)
    • 输入Set-ExecutionPolicy Unrestricted并输入yes确认