mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
refactor: simplify voice command and improve installation docs
This commit is contained in:
parent
fcb2bacd1e
commit
f6b956dc8e
5 changed files with 20 additions and 31 deletions
|
@ -1,16 +1,20 @@
|
|||
|
||||
## Avoid package conflicts
|
||||
|
||||
You can avoid python package conflicts by installing aider using
|
||||
[pipx](/docs/install/pipx.html)
|
||||
or
|
||||
[uv](/docs/install/uv.html).
|
||||
|
||||
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 `python -m pip install` command may return errors like these:
|
||||
If this happens, the `python -m pip install aide-chat` 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.
|
||||
```
|
||||
|
||||
You can avoid this problem by installing aider using `pipx` or `uv`,
|
||||
which will install it globally on your system
|
||||
within its own python environment.
|
||||
This way you can use aider to work on any python project,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue