From 02e7e315b2b813ddd1a591d5ed94471a400046c0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 11 Dec 2024 12:54:50 -0800 Subject: [PATCH] copy --- aider/website/docs/install/uv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/install/uv.md b/aider/website/docs/install/uv.md index 096fd818a..e7845327d 100644 --- a/aider/website/docs/install/uv.md +++ b/aider/website/docs/install/uv.md @@ -9,7 +9,7 @@ nav_order: 100 Install [uv](https://docs.astral.sh/uv/getting-started/installation/) then do: ``` -uv install tool aider-chat +uv tool install --python python3.12 aider-chat ``` {% include conflicts.md %}