mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Update README.md
This commit is contained in:
parent
53c87b9551
commit
d65e16c4df
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -24,6 +24,22 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
|||
</p>
|
||||
|
||||
## Getting started
|
||||
You can get started quickly like this:
|
||||
|
||||
```
|
||||
$ pip install aider-chat
|
||||
|
||||
# Change directory into a git repo
|
||||
$ cd /to/your/git/repo
|
||||
|
||||
# Work with GPT-4o on your repo
|
||||
$ export OPENAI_API_KEY=your-key-goes-here
|
||||
$ aider
|
||||
|
||||
# Or, work with Claude 3 Opus on your repo
|
||||
$ export ANTHROPIC_API_KEY=your-key-goes-here
|
||||
$ aider --opus
|
||||
```
|
||||
|
||||
**See the
|
||||
[installation instructions](https://aider.chat/docs/install.html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue