mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
copy
This commit is contained in:
parent
2d6af68a07
commit
f74eab694a
1 changed files with 4 additions and 4 deletions
|
@ -116,11 +116,11 @@ for more details, but
|
|||
you can get started quickly with aider and Sonnet like this:
|
||||
|
||||
```
|
||||
pip install aider-chat
|
||||
$ pip install aider-chat
|
||||
|
||||
export ANTHROPIC_API_KEY=<key> # Mac/Linux
|
||||
setx ANTHROPIC_API_KEY <key> # Windows
|
||||
$ export ANTHROPIC_API_KEY=<key> # Mac/Linux
|
||||
$ setx ANTHROPIC_API_KEY <key> # Windows
|
||||
|
||||
aider
|
||||
$ aider
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue