Update README.md
This commit is contained in:
parent
65aa979d82
commit
178a1cfd5c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +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 with `pip install -r requirements.txt`
|
||||
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`
|
||||
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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue