mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 06:05:00 +00:00
15 lines
228 B
Markdown
15 lines
228 B
Markdown
---
|
|
parent: Installation
|
|
nav_order: 100
|
|
---
|
|
|
|
# Install with uv
|
|
|
|
|
|
Install [uv](https://docs.astral.sh/uv/getting-started/installation/) then do:
|
|
|
|
```
|
|
uv tool install --python python3.12 aider-chat
|
|
```
|
|
|
|
{% include conflicts.md %}
|