branch: elpa/aidermacs
commit 3cda7ffd4fb7a0292b57574913eb8c6f6fb84ac8
Author: Andy Stewart <lazycat.mana...@gmail.com>
Commit: Matthew Zeng <matthew...@posteo.net>

    Use uv install aider.
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index 1340b5de65..e815c5850e 100644
--- a/README.md
+++ b/README.md
@@ -443,6 +443,19 @@ Yes! Aidermacs supports any OpenAI-compatible API 
endpoint. Check Aider document
 ### Is my code sent to the AI provider?
 Yes, the code you add to the session is sent to the AI provider. Be mindful of 
sensitive code.
 
+### Why aider not support Python 3.13
+Aider only support Python 3.12 currently, you can use 
[uv](https://github.com/astral-sh/uv) install aider:
+
+```bash
+uv tool install --force --python python3.12 aider-chat@latest
+```
+
+And adjust aidermacs program with below config.
+
+```elisp
+(setq aidermacs-program (expand-file-name "~/.local/bin/aider"))
+```
+
 ## Video Demo
 
 [<img src="https://img.youtube.com/vi/fB3-ie6zs4Y/0.jpg"; 
width=600>](https://www.youtube.com/watch?v=fB3-ie6zs4Y)

Reply via email to