docs: update README.MD

This commit is contained in:
Chef 2024-10-17 09:51:21 +08:00 committed by GitHub
parent 268856fe7d
commit f488ab0f05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ vcpkg integrate install
#### 安装 Python3
通过微软商店或者 python.org 自行下载均可,注意配置好环境变量,确保 `python3` 在命令行下可用。
通过微软商店或者 python.org 自行下载均可,注意安装`python`的版本不能太高,否则无法安装下方依赖,`python <= 3.10`,然后配置好环境变量,确保 `python3` 在命令行下可用。
安装依赖:
```sh