WINDOWS_README.md
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