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 %}