This commit is contained in:
Paul Gauthier 2024-12-16 16:27:55 -08:00
parent 410e732eb3
commit 81b75d178b

View file

@ -55,9 +55,10 @@ python -m pip install uv # If you need to install uv
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.
This will install uv using your existing python version 3.8-3.13,
and use it to install aider.
If needed,
uv will automatically install a separate version of python3.12 to use with aider.
uv will automatically install a separate python 3.12 to use with aider.
Also see the
[docs on other methods for installing uv itself](https://docs.astral.sh/uv/getting-started/installation/).