From 7ba402a32337385632cd4da1a00e4fbfb8f4cdb6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 Jun 2023 18:56:30 -0700 Subject: [PATCH] copy --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a35092b47..601d23c30 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,13 @@ with GPT-3.5, again because of the smaller context window. ## Installation 1. Install the package: -* PyPI: `pip install aider-chat` -* GitHub: `pip install git+https://github.com/paul-gauthier/aider.git` -* Local clone: `pip install -e .` + * PyPI: `pip install aider-chat` + * GitHub: `pip install git+https://github.com/paul-gauthier/aider.git` + * Local clone: `pip install -e .` 2. Set up your OpenAI API key: -* As an environment variable: `export OPENAI_API_KEY=sk-...` -* Or, by including `openai-api-key: sk-...` in an `.aider.config.yml` file + * As an environment variable: `export OPENAI_API_KEY=sk-...` + * Or, by including `openai-api-key: sk-...` in an `.aider.config.yml` file 3. Optionally, install [universal ctags](https://github.com/universal-ctags/ctags). This is helpful if you plan to use aider and GPT-4 with repositories that have more than a handful of files. This allows aider to build a [map of your entire git repo](https://aider.chat/docs/ctags.html) and share it with GPT to help it better understand and modify large codebases.