General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
On Windows, follow the standard [README.md](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/README.md), but to set API key do one of:
Sign in to like and favorite skills
On Windows, follow the standard README.md, but to set API key do one of:
set OPENAI_API_KEY=[your api key] on cmd$env:OPENAI_API_KEY="[your api key]" on powershellChoose either stable or development.
For stable release:
Run
pip install gpt-engineer in the command line as an administrator
Or:
For development:
git clone [email protected]:gpt-engineer-org/gpt-engineer.gitcd gpt-engineerpoetry installpoetry shell to activate the virtual environmentWith an api key from OpenAI:
Run
set OPENAI_API_KEY=[your API key] in the command line
Or:
Now you can use
%OPENAI_API_KEY% when prompted to input your key.
xcopy /E projects\example projects\my-new-project in the command lineprompt file in your new foldergpt-engineer projects/my-new-project
gpt-engineer --help lets you see all available options. For example --steps use_feedback lets you improve/fix code in a project)By running gpt-engineer you agree to our ToS.
projects/my-new-project/workspace