From ff5ae41a2035f78b16b83288bd61d54d9e1ca929 Mon Sep 17 00:00:00 2001 From: RealTong Date: Sun, 1 Jan 2023 10:03:11 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Add=20dependency?= =?UTF-8?q?=20version=20information?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add dependency version information ✅ Closes: #441 --- README.md | 1 + README_ZH.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b0ea90b..6cdd238 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ docker logs -f wechat-chatgpt ```sh npm install && poetry install ``` +> NodeJS Version >= 18.0.0 Python Version >= 3.9.0 ## Config diff --git a/README_ZH.md b/README_ZH.md index 301bb33..4d4436e 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -85,6 +85,7 @@ docker logs -f wechat-chatgpt ```sh npm install && poetry install ``` +> 请确认安装的NodeJS版本为18.0.0以上, Python版本为3.9.0以上 ## 配置