安装指南
Aider 是终端工具,适合在 Git 仓库里使用。安装前建议先确认本机有 Python 或可以运行官方安装脚本。
Python 安装
如果已有 Python 3.8 到 3.13,可以使用官方推荐安装方式:
bash
python -m pip install aider-install
aider-installmacOS / Linux 安装脚本
bash
curl -LsSf https://aider.chat/install.sh | shWindows PowerShell
powershell
powershell -ExecutionPolicy ByPass -c "irm https://aider.chat/install.ps1 | iex"安装后验证
bash
aider --help建议在 Git 仓库里运行:
bash
git status
aider --help下一步
安装完成后,继续配置 Xikapi 模型。