We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e2213 commit d30cdf2Copy full SHA for d30cdf2
misc/ai/_init
@@ -5,7 +5,7 @@ install() {
5
# https://aider.chat/docs/install.html
6
brew install uv
7
uv tool install --force --python python3.12 aider-chat@latest
8
- uv tool run --from pip pip install boto3
+ uv tool run --from aider-chat pip install boto3
9
}
10
11
# update() {}
0 commit comments