From c8158d96ee2a9b4179b356f221073097dd42950b Mon Sep 17 00:00:00 2001 From: Moby von Briesen Date: Thu, 18 May 2023 11:39:26 -0400 Subject: [PATCH] README: add instructions for installing from source --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f39b82cc13..bfde5d863de 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa ## Installation -1. Install the package: `pip install git+https://github.com/paul-gauthier/aider.git` +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) 2. Set up your OpenAI API key as an environment variable `OPENAI_API_KEY` or by including it in a `.env` file. ## Usage @@ -104,3 +106,4 @@ You might consider refactoring your code into more, smaller files (which is usua You can use `aider` to help perform such refactorings, if you start before the files get too large. If you have access to gpt-4-32k, I would be curious to hear how it works with aider. +