This commit is contained in:
Paul Gauthier 2024-09-03 17:42:06 -07:00
parent 98835d1f6d
commit 64effaae68

View file

@ -25,3 +25,16 @@ Install [pipx](https://pipx.pypa.io/stable/) then just do:
```
pipx install aider-chat
```
## pipx on replit
To use aider with pipx on replit, you can run these commands in the replit shell:
```
pip install pipx
pipx run aider-chat ...normal aider args...
```
If you install aider with pipx on replit and try and run it as just `aider` it will crash with a missing `libstdc++.so.6` library.