From 2f8a5ce93547d9c076064cc5f2c3fd5cc3f3a71e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 11 Dec 2024 12:40:13 -0800 Subject: [PATCH] copy --- aider/website/docs/install/pipx.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/aider/website/docs/install/pipx.md b/aider/website/docs/install/pipx.md index 85cd8abec..513e46b08 100644 --- a/aider/website/docs/install/pipx.md +++ b/aider/website/docs/install/pipx.md @@ -5,6 +5,20 @@ nav_order: 100 # 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 specific versions of python packages which conflict with the versions that aider requires. @@ -20,14 +34,3 @@ within its own python environment. This way you can use aider to work on any python project, 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 %} -