From def72a64e0c43ed407ee09d619b3e12ef24b95c5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 11 Dec 2024 12:45:56 -0800 Subject: [PATCH] copy --- aider/website/_includes/venv-pipx.md | 10 ++++++---- aider/website/docs/install.md | 2 +- aider/website/docs/install/pipx.md | 17 +---------------- 3 files changed, 8 insertions(+), 21 deletions(-) diff --git a/aider/website/_includes/venv-pipx.md b/aider/website/_includes/venv-pipx.md index 3b2d0fc00..a1fa2fd5e 100644 --- a/aider/website/_includes/venv-pipx.md +++ b/aider/website/_includes/venv-pipx.md @@ -1,7 +1,9 @@ {: .tip } -Using a Python +The best way to install aider is with +[pipx](/docs/install/pipx.html) +or +[uv](/docs/install/uv.html) +once for your whole system. +Or, using a python [virtual environment](https://docs.python.org/3/library/venv.html){:target="_blank"} is recommended. -Or, you could -[use pipx to install aider](/docs/install/pipx.html) -once for your whole system. diff --git a/aider/website/docs/install.md b/aider/website/docs/install.md index df5358c89..abb509a33 100644 --- a/aider/website/docs/install.md +++ b/aider/website/docs/install.md @@ -15,7 +15,7 @@ for more details, or the [usage instructions](https://aider.chat/docs/usage.html) to start coding with aider. -{% include python-m-aider.md %} +{% include venv-pipx.md %}