From b54f970e1290bbf581964acf45cc48e45f60874f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 15 Dec 2024 09:16:42 -0800 Subject: [PATCH] copy --- aider/website/docs/install.md | 6 +++++- aider/website/docs/install/optional.md | 9 +-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/aider/website/docs/install.md b/aider/website/docs/install.md index 2f48b897e..a53145341 100644 --- a/aider/website/docs/install.md +++ b/aider/website/docs/install.md @@ -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. @@ -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/). diff --git a/aider/website/docs/install/optional.md b/aider/website/docs/install/optional.md index 34584cb0f..d1f340914 100644 --- a/aider/website/docs/install/optional.md +++ b/aider/website/docs/install/optional.md @@ -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 . -``` -