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.