User Tools

Site Tools


ai:aider:install-aider-from-source

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ai:aider:install-aider-from-source [2024/08/14 20:26] odeftaai:aider:install-aider-from-source [2025/06/17 12:08] (current) odefta
Line 22: Line 22:
 <code> <code>
 pip install --upgrade . pip install --upgrade .
 +
 +For venv:
 +.venv\Scripts\python.exe -m pip install --upgrade aider-chat
 +</code>
 +
 +Alternatively you can try with:
 +<code>
 +py -3.12 -m venv venv
 +venv\Scripts\activate
 +python -m pip install -e .
 </code> </code>
  
ai/aider/install-aider-from-source.1723656393.txt.gz · Last modified: 2024/08/14 20:26 by odefta