User Tools

Site Tools


ai:aider:install-aider-from-source

This is an old revision of the document!


Install Aider Chat From Source

git clone https://github.com/paul-gauthier/aider.git

In the local aider folder, execute:

python -m venv .venv

source .venv/bin/activate   # For macOS/Linux
.venv\\scripts\\activate      # For Windows

Then:

pip install -e .

To upgrade:

pip install --upgrade .
ai/aider/install-aider-from-source.1723656393.txt.gz · Last modified: 2024/08/14 20:26 by odefta