From 4df1be787dc6ac609b224963a7dc37b89cc69da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=AE=87=E9=9B=AA=E8=88=9E=E7=A6=BB?= <49237666+ggyggy666@users.noreply.github.com> Date: Sat, 1 Apr 2023 10:46:40 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 760296e..aa2331f 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,13 @@ cmd.CombinedOutput() ``` ## 🚀 Install + +Python 3.8 or above + ``` -git clone https://github.com/cokeBeer/ChatGPTScan +git clone https://github.com/YulinSec/ChatGPTScanner cd ChatGPTScan -pip install -r requirements +pip install -r requirements.txt ``` ## 🔧 Usage ```