This commit is contained in:
Paul Gauthier 2024-12-14 20:52:20 -08:00
parent 8c79e5ccfb
commit 10b5aaa6a5
6 changed files with 27 additions and 34 deletions

View file

@ -9,8 +9,8 @@ aider-install
cd /to/your/git/repo
# Work with Claude 3.5 Sonnet on your repo
aider --anthropic-api-key your-key-goes-here
aider --model sonnet --anthropic-api-key your-key-goes-here
# Work with GPT-4o on your repo
aider --openai-api-key your-key-goes-here
aider --model gpt-4o --openai-api-key your-key-goes-here
```

View file

@ -1,9 +1,5 @@
{: .tip }
The best way to install aider is with
Other recommended ways to install aider are via
[pipx](/docs/install/pipx.html)
or
[uv](/docs/install/uv.html)
once for your whole system.
Or, using a python
[virtual environment](https://docs.python.org/3/library/venv.html){:target="_blank"}
is recommended.
[uv](/docs/install/uv.html).