mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
use Python on windows
"Py" confused me, it ofent refers to "PyInstaller"
This commit is contained in:
parent
b2786dbf9c
commit
fce2184d68
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
|
||||
py -m pip install aider-chat
|
||||
python -m pip install 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