From f488ab0f053fa1097887606297a66fa11d7d7446 Mon Sep 17 00:00:00 2001 From: Chef <38160059+Chef5@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:51:21 +0800 Subject: [PATCH] docs: update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 55c5708..d955978 100644 --- a/README.MD +++ b/README.MD @@ -133,7 +133,7 @@ vcpkg integrate install #### 安装 Python3 -通过微软商店或者 python.org 自行下载均可,注意配置好环境变量,确保 `python3` 在命令行下可用。 +通过微软商店或者 python.org 自行下载均可,注意安装`python`的版本不能太高,否则无法安装下方依赖,`python <= 3.10`,然后配置好环境变量,确保 `python3` 在命令行下可用。 安装依赖: ```sh