mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 00:54:59 +00:00
pip install -> pip install -U
This commit is contained in:
parent
5e419ef8a6
commit
6b6f682a94
21 changed files with 23 additions and 23 deletions
|
@ -31,7 +31,7 @@ To work with Anthropic's models like Claude 3.5 Sonnet you need a paid
|
|||
|
||||
```
|
||||
# Install aider
|
||||
python -m pip install aider-chat
|
||||
python -m pip install -U aider-chat
|
||||
|
||||
# To work with GPT-4o:
|
||||
$ aider --4o --openai-api-key sk-xxx...
|
||||
|
@ -44,7 +44,7 @@ $ aider --sonnet --anthropic-api-key sk-xxx...
|
|||
|
||||
```
|
||||
# Install aider
|
||||
python -m pip install aider-chat
|
||||
python -m pip install -U aider-chat
|
||||
|
||||
# To work with GPT-4o:
|
||||
$ aider --4o --openai-api-key sk-xxx...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue