mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-20 19:45:00 +00:00
pip install -> pip install -U
This commit is contained in:
parent
5e419ef8a6
commit
6b6f682a94
21 changed files with 23 additions and 23 deletions
|
@ -9,7 +9,7 @@ Aider can connect to the DeepSeek.com API.
|
|||
The DeepSeek Coder V2 model has a top score on aider's code editing benchmark.
|
||||
|
||||
```
|
||||
python -m pip install aider-chat
|
||||
python -m pip install -U aider-chat
|
||||
|
||||
export DEEPSEEK_API_KEY=<key> # Mac/Linux
|
||||
setx DEEPSEEK_API_KEY <key> # Windows, restart shell after setx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue