From e7e329211655d08e48d04ce828f929c9108050ad Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Wed, 14 Jun 2023 15:49:04 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efd34af..e7badff 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how ## Usage -**Install**: +**Setup**: - `pip install -r requirements.txt` -- `export OPENAI_API_KEY=[your api key]` +- `export OPENAI_API_KEY=[your api key]` with a key that has GPT4 access **Run**: - Create a new empty folder with a `main_prompt` file (or copy the example folder `cp example -r my-new-project`)