Temporarily disabled the pip install path

This commit is contained in:
Anton Osika
2023-06-21 17:54:08 +02:00
committed by GitHub
parent f5c66ebf0d
commit ab9e153058

View File

@@ -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]`