Merge branch 'main' into call-graph

This commit is contained in:
Paul Gauthier 2023-05-31 16:31:10 -07:00
commit 82f77615bc

View file

@ -9,6 +9,7 @@ It also has features that [help GPT understand and modify larger codebases](http
![aider screencast](assets/screencast.svg)
- [Example chat transcripts](#example-chat-transcripts)
- [Getting started](#getting-started)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
@ -33,6 +34,18 @@ Here are some example transcripts that show how you can chat with `aider` to wri
You can find more chat transcripts on the [examples page](https://aider.chat/examples/).
## Getting started
```
$ pip install git+https://github.com/paul-gauthier/aider.git
$ aider filename.py
Added filename.py to the chat
Using git repo: .git
filename.py> switch the fibonacci function from recursion to iteration
```
## Features
* Chat with GPT-4 about your code by launching `aider` from the command line with set of source files to discuss and edit together. GPT can see and edit the content of those files.