From ab9e1530588016faf6edf65ebd5b6b2476fec7f6 Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Wed, 21 Jun 2023 17:54:08 +0200 Subject: [PATCH] Temporarily disabled the pip install path --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 2d804a6..f0c4afd 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,12 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how ## 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` - `make install` - `source venv/bin/activate` -**Setup** - With an api key that has GPT4 access run: - `export OPENAI_API_KEY=[your api key]`