This commit is contained in:
Paul Gauthier 2024-12-11 12:40:13 -08:00
parent 730e5bd831
commit 2f8a5ce935

View file

@ -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 %}