From 23c95d24f18ab4a0989591e354f716e98f14ac99 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 16 Dec 2024 12:38:01 -0800 Subject: [PATCH] copy --- aider/website/docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/install.md b/aider/website/docs/install.md index aee6e7a74..4789fe799 100644 --- a/aider/website/docs/install.md +++ b/aider/website/docs/install.md @@ -25,7 +25,7 @@ A recommended way to install aider is with uv: ```bash python -m pip install uv # If you need to install uv -uv tool install --force --python python3.12 aider-chat +uv tool install --force --python python3.12 aider-chat@latest ``` You can use uv to install aider with your existing python versions 3.8-3.13.