Skip to content

Commit

Permalink
feat: Install aider-chat using uv after uv install
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 17, 2024
1 parent ef14df5 commit 9b16f21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aider/website/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,9 @@ install() {
say " source $_fish_env_script_path_expr (fish)"
fi
fi

# Install aider-chat using the newly installed uv
ensure "${_install_dir}/uv" tool install --force --python python3.12 aider-chat@latest
}

print_home_for_script() {
Expand Down

0 comments on commit 9b16f21

Please sign in to comment.