This commit is contained in:
Paul Gauthier 2023-05-18 17:17:08 -07:00
parent 4bb37c902a
commit 8ecdfbd459

View file

@ -40,7 +40,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa
1. Install the package:
* From Github: `pip install git+https://github.com/paul-gauthier/aider.git`
* Or, from local source: `pip3 install -e ./` (executed from root of repository)
* From your local copy of the repo in develop mode to pick up local edits immediately: `pip install -e .`
2. Set up your OpenAI API key as an environment variable `OPENAI_API_KEY` or by including it in a `.env` file.
## Usage