diff --git a/aider/website/docs/install/pipx.md b/aider/website/docs/install/pipx.md index a507e3eb9..71d31fd9c 100644 --- a/aider/website/docs/install/pipx.md +++ b/aider/website/docs/install/pipx.md @@ -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. +