pip install -> python -m pip install

This commit is contained in:
Paul Gauthier 2024-08-08 13:18:21 -03:00
parent 82fa8accdd
commit 96ecb55cc8
5 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ making it the best available model for pair programming with AI.
To use Claude 3 Opus with aider:
```
pip install aider-chat
python -m pip install aider-chat
export ANTHROPIC_API_KEY=sk-...
aider --opus
```