From ffd3aca4cee59d2edd049050e846389ae5b4289a Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Thu, 22 Jun 2023 08:44:14 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 81090fc..62da681 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,12 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how - Fast handovers back and forth between AI and human - Simplicity, all computation is "resumable" and persisted to the filesystem -## Usage - -Choose either **stable** or **development**. - -For **stable** release: - -- `pip install gpt-engineer` - -For **development**: +## Setup - `git clone git@github.com:AntonOsika/gpt-engineer.git` - `cd gpt-engineer` - `pip install -e .` - (or: `make install && source venv/bin/activate` for a venv) -**Setup** - With an api key that has GPT4 access run: - `export OPENAI_API_KEY=[your api key]`