This commit is contained in:
Paul Gauthier 2024-07-04 09:16:56 -03:00
parent 2d6af68a07
commit f74eab694a

View file

@ -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
```