Merge pull request #956 from johanvts/patch-1

Use "python" in windows install instructions
This commit is contained in:
paul-gauthier 2024-07-29 08:02:42 -03:00 committed by GitHub
commit 83c9213ac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ To work with Anthropic's models like Claude 3.5 Sonnet you need a paid
```
# Install aider
py -m pip install aider-chat
python -m pip install aider-chat
# To work with GPT-4o:
$ aider --4o --openai-api-key sk-xxx...