pip install -> pip install -U

This commit is contained in:
Paul Gauthier 2024-09-26 11:40:48 -07:00
parent 5e419ef8a6
commit 6b6f682a94
21 changed files with 23 additions and 23 deletions

View file

@ -14,7 +14,7 @@ Aider has some built in shortcuts for the most popular Anthropic models and
has been tested and benchmarked to work well with them:
```
python -m pip install aider-chat
python -m pip install -U aider-chat
export ANTHROPIC_API_KEY=<key> # Mac/Linux
setx ANTHROPIC_API_KEY <key> # Windows, restart shell after setx