mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
730e5bd831
commit
2f8a5ce935
1 changed files with 14 additions and 11 deletions
|
@ -5,6 +5,20 @@ nav_order: 100
|
||||||
|
|
||||||
# Install with pipx
|
# Install with pipx
|
||||||
|
|
||||||
|
|
||||||
|
Install [pipx](https://pipx.pypa.io/stable/) then do:
|
||||||
|
|
||||||
|
```
|
||||||
|
pipx install aider-chat
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## pipx on replit
|
||||||
|
|
||||||
|
{% include replit-pipx.md %}
|
||||||
|
|
||||||
|
|
||||||
|
## Avoids package conflicts
|
||||||
If you are using aider to work on a python project, sometimes your project will require
|
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
|
specific versions of python packages which conflict with the versions that aider
|
||||||
requires.
|
requires.
|
||||||
|
@ -20,14 +34,3 @@ within its own python environment.
|
||||||
This way you can use aider to work on any python project,
|
This way you can use aider to work on any python project,
|
||||||
even if that project has conflicting dependencies.
|
even if that project has conflicting dependencies.
|
||||||
|
|
||||||
Install [pipx](https://pipx.pypa.io/stable/) then just do:
|
|
||||||
|
|
||||||
```
|
|
||||||
pipx install aider-chat
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## pipx on replit
|
|
||||||
|
|
||||||
{% include replit-pipx.md %}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue