mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Merge pull request #956 from johanvts/patch-1
Use "python" in windows install instructions
This commit is contained in:
commit
83c9213ac7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ To work with Anthropic's models like Claude 3.5 Sonnet you need a paid
|
||||||
|
|
||||||
```
|
```
|
||||||
# Install aider
|
# Install aider
|
||||||
py -m pip install aider-chat
|
python -m pip install aider-chat
|
||||||
|
|
||||||
# To work with GPT-4o:
|
# To work with GPT-4o:
|
||||||
$ aider --4o --openai-api-key sk-xxx...
|
$ aider --4o --openai-api-key sk-xxx...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue