安装

windows

官网下载

  • web-base: 安装的时候下载python,类似下载器

  • executable: 安装包

  • embeddable zipfile: zip 压缩包

三种方式安装结果一样,建议使用executable安装

  1. 下载executable安装包

    ../../_images/win-install-download.png
  2. 双击executebale安装包后,勾选添加到PATH环境变量中,选择`install now`

    ../../_images/win-install-setup.png
  3. 安装完成后,可以通过cmd命令校验是否安装成功

    ../../_images/win-install-cmd.png

linux

macOs