Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 15, 2024
1 parent 0cc8c54 commit b54f970
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 5 additions & 1 deletion aider/website/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description: How to install and get started pair programming with aider.

{% include get-started.md %}

If needed,
aider-install will automatically install a separate version of python3.12 to use with aider.

There are some [optional install steps](/docs/install/optional.html) you could consider.
See the [usage instructions](https://aider.chat/docs/usage.html) to start coding with aider.

Expand All @@ -26,7 +29,8 @@ uv tool install --python python3.12 aider-chat
```

You can use uv to install aider with your existing python versions 3.8-3.13.
If needed, it will automatically install python3.12 to use with aider.
If needed,
uv will automatically install a separate version of python3.12 to use with aider.

Also see the
[docs on other methods for installing uv itself](https://docs.astral.sh/uv/getting-started/installation/).
Expand Down
9 changes: 1 addition & 8 deletions aider/website/docs/install/optional.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,5 @@ If you want the very latest development version of aider
you can install directly from GitHub:

```
python -m pip install --upgrade git+https://github.com/Aider-AI/aider.git
aider --install-main-branch
```

If you've git cloned the aider repository already, you can install "live" from your local copy. This is mostly useful if you are developing aider and want your current modifications to take effect immediately.

```
python -m pip install -e .
```

0 comments on commit b54f970

Please sign in to comment.