pip install -> python -m pip install

This commit is contained in:
Paul Gauthier 2024-08-08 13:13:52 -03:00
parent 0e2c7c60fa
commit ce20f2b169
13 changed files with 14 additions and 14 deletions

View file

@ -9,7 +9,7 @@ Aider can connect to the DeepSeek.com API.
The DeepSeek Coder V2 model gets the top score on aider's code editing benchmark.
```
pip install aider-chat
python -m pip install aider-chat
export DEEPSEEK_API_KEY=<key> # Mac/Linux
setx DEEPSEEK_API_KEY <key> # Windows, restart shell after setx