mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 09:05:00 +00:00
pip install -> python -m pip install
This commit is contained in:
parent
0e2c7c60fa
commit
ce20f2b169
13 changed files with 14 additions and 14 deletions
|
@ -8,7 +8,7 @@ nav_order: 100
|
|||
If you are using aider to work on a python project, sometimes your project will require
|
||||
specific versions of python packages which conflict with the versions that aider
|
||||
requires.
|
||||
If this happens, the `pip install` command may return errors like these:
|
||||
If this happens, the `python -m pip install` command may return errors like these:
|
||||
|
||||
```
|
||||
aider-chat 0.23.0 requires somepackage==X.Y.Z, but you have somepackage U.W.V which is incompatible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue