From 5ab5211c9523f175ed1699b717f5f63da0b5666e Mon Sep 17 00:00:00 2001 From: Jianglang Date: Tue, 28 Mar 2023 13:28:45 +0800 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e72d1ba..94d1f8b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,10 @@ ### 前置确认 1. 网络能够访问openai接口 -2. python 已安装:版本在 3.7 ~ 3.10 之间,依赖已安装 -3. 在已有 issue 中未搜索到类似问题 -4. [FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs) 中无类似问题 +2. python 已安装:版本在 3.7 ~ 3.10 之间 +3. 执行`pip3 install -r requirements.txt`,检查依赖是否满足 +4. 在已有 issue 中未搜索到类似问题 +5. [FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs) 中无类似问题 ### 问题描述