From d66615bdbdd9f3b1056bc9263e734dca29206b37 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:36:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdb73fc..0194355 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Currently in development. Goal is to eventually have a tool that utilizes ChatGP ## Required: * API Key: https://platform.openai.com/account/api-keys * Organization Key: https://platform.openai.com/account/org-settings - * Python3: https://www.python.org/downloads/ + * Python3.11+: https://www.python.org/downloads/ ## Setup: 1. Navigate to the project folder and open a terminal by Shift+Right Clicking the background. Install the dependencies with `pip install -r requirements.txt`