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