use Python on windows

"Py" confused me, it ofent refers to "PyInstaller"
This commit is contained in:
Johan von Tangen Sivertsen 2024-07-29 12:55:03 +02:00 committed by GitHub
parent b2786dbf9c
commit fce2184d68
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...