From f94db8c43f09a13e3c2484396c843711f243dcd0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 18 May 2023 17:18:07 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5914f46e8..f772f1bab 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa ## Installation 1. Install the package: - * From Github: `pip install git+https://github.com/paul-gauthier/aider.git` + * From GitHub: `pip install git+https://github.com/paul-gauthier/aider.git` * 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.