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
ai:aider:install-aider-from-source [2024/08/23 03:18] odeftaai:aider:install-aider-from-source [2025/06/17 12:08] (current) odefta
Line 25: Line 25:
 For venv: For venv:
 .venv\Scripts\python.exe -m pip install --upgrade aider-chat .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.txt · Last modified: 2025/06/17 12:08 by odefta