From 41cf8d0ab57e59bc01123df755f4387fcbc536be Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Sat, 17 Jun 2023 11:06:26 +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 b8747e5..d33ae7f 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how ## Usage **Setup**: -- `pip install .` +- `pip install -r requirements.txt` - `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 -r example/ my-new-project`) - Fill in the `main_prompt` in your new folder -- Run `python gpt-engineer/main.py my-new-project` +- Run `python -m gpt_engineer.main my-new-project` **Results**: - Check the generated files in my-new-project/workspace