updated install instructions

This commit is contained in:
Paul Gauthier 2023-10-29 13:29:28 -07:00
parent f4b59c923d
commit 3c1023b798
2 changed files with 3 additions and 62 deletions

View file

@ -43,12 +43,8 @@ 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
from the main branch of the github repo:*
*To code with GPT-4 using the techniques discussed here, just install [aider](https://aider.chat/docs/install.html).*
```
python -m pip install git+https://github.com/paul-gauthier/aider.git
```
## The problem: code context
@ -234,12 +230,8 @@ which parts of the code will need changes.
## Try it out
*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
```
To code with GPT-4 using the techniques discussed here,
just install [aider](https://aider.chat/docs/install.html).
## Credits