1. Windows下安装
Last updated
Was this helpful?
Last updated
Was this helpful?
前往Python的官方网站:, 点击downloads下的Windows,选择 Windows x86-64 executable installer
(假设你是64位系统,如果32位操作系统下载Windows x86 executable installer
)。
双击下载好的文件进行运行
勾选Add Python 3.7 to PATH
,然后点“Install Now”即可完成安装。
注意 这个正处于测试阶段 链接地址
首先,你需要安装了choco
之后输入choco install python3
就可以了