mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
copy
This commit is contained in:
parent
98835d1f6d
commit
64effaae68
1 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue