mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 07:35:00 +00:00
copy
This commit is contained in:
parent
8c79e5ccfb
commit
10b5aaa6a5
6 changed files with 27 additions and 34 deletions
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue