Skip to content

Commit eff9beb

Browse files
committed
misc/ai: update aider install
1 parent dfacb12 commit eff9beb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

misc/ai/_init

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ source ${0:A:h}/../../deploy
33

44
install() {
55
# https://aider.chat/docs/install.html
6-
curl -LsSf https://aider.chat/install.sh | sh
6+
brew install uv
7+
uv tool install --force --python python3.12 aider-chat@latest
8+
uv tool run --from aider-chat pip install boto3
79
}
810

911
# update() {}

0 commit comments

Comments
 (0)