From fed7e9b408f3c4e355aa636a111139d2087e7bf8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 20 Oct 2023 10:15:35 -0700 Subject: [PATCH] copy --- docs/repomap.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/repomap.md b/docs/repomap.md index e445ce25c..4ecd387b3 100644 --- a/docs/repomap.md +++ b/docs/repomap.md @@ -41,7 +41,12 @@ help humans search and navigate large codebases. Aider now uses it to help GPT better comprehend, navigate and edit code in larger repos. -*To code with GPT-4 using the techniques discussed here, just install [aider](https://aider.chat/docs/install.html).* +*To code with GPT-4 using the techniques discussed here, just install aider +from the main branch of the github repo:* + +``` +python -m pip install git+https://github.com/paul-gauthier/aider.git +``` ## The problem: code context @@ -212,9 +217,12 @@ which parts of the code will need changes. ## Try it out -To code with GPT-4 using the techniques discussed here, -just install [aider](https://aider.chat/docs/install.html). +*To code with GPT-4 using the techniques discussed here, just install aider +from the main branch of the github repo:* +``` +python -m pip install git+https://github.com/paul-gauthier/aider.git +``` ## Credits