From e7145ce6a86af302ec6e728292cc2854694211c0 Mon Sep 17 00:00:00 2001 From: deppwang Date: Sun, 12 May 2024 23:27:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25eda20..599a91b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ cd youdaonote-pull #### 2、安装 [Python3](https://www.python.org/downloads/)、安装依赖模块(包) -- 可根据 [廖雪峰 Python 教程](https://www.liaoxuefeng.com/wiki/1016959663602400/1016959856222624) 安装 Python3,测试是否安装成功 +- 可根据 [廖雪峰 Python 教程](https://www.liaoxuefeng.com/wiki/1016959663602400/1016959856222624) 安装,最好安装 Python 3.11.7 (可使用 pyenv),最新版 Python 下载会有[此错误](https://github.com/DeppWang/youdaonote-pull/issues/137), 测试是否安装成功 ```shell python3 --version # macOS/Linux