docs: update README.MD

This commit is contained in:
Changhua
2024-10-17 15:54:38 +08:00
parent 4b9f9fbc39
commit 5ab489cae3
+1 -1
View File
@@ -133,7 +133,7 @@ vcpkg integrate install
#### 安装 Python3
通过微软商店或者 python.org 自行下载均可注意安装`python`版本不能太高,否则无法安装下方依赖,`python <= 3.10`,然后配置好环境变量,确保 `python3` 在命令行下可用。
通过微软商店或者 python.org 自行下载均可注意 `python` 版本不能太高,否则需要自行编译依赖,建议使用 python 3.10,然后配置好环境变量,确保 `python` 在命令行下可用。
安装依赖:
```sh