From b37d89bd08ea95ce565f11548576e0fbc4183708 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 16 Dec 2024 12:37:10 -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 9eae3dbe6..aee6e7a74 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 --python python3.12 aider-chat +uv tool install --force --python python3.12 aider-chat ``` You can use uv to install aider with your existing python versions 3.8-3.13.