From 415d446a05ec1cf1c13108af6045213abb4309d5 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Sun, 23 Apr 2023 11:52:16 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index fa948a6..e0e510c 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,7 @@ Currently in development. Goal is to eventually have ChatGPT nicely translate al * Python3: https://www.python.org/downloads/ ## Setup: -1. `cd` to the project folder and install the dependencies. - -`pip install -r requirements.txt` - +1. `cd` to the project folder and install the dependencies with `pip install -r requirements.txt` 2. Add your API key and Organization Key to a .env file. An example can be found in the repo. 3. Add a prompt.txt file using prompt.example as a template. (See ChatGPT Prompt Section) 4. Untranslated JSON files go in `/files`. Anything translated will end up in `/translated`