mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2026-02-03 20:26:13 +01:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user