From 4975ba640b7fd20ecb0f87a966ea3fec4a140858 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Thu, 6 Apr 2023 09:09:44 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25ccd9a..f42b20b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Currently in development. Goal is to eventually have ChatGPT nicely translate al ### 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/ ### Setup: 1. Add you API key and Organization Key to a .env file. An example can be found in the repo.