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 05:50] odeftaai:aider:install-aider-from-source [2024/08/23 03:18] (current) odefta
Line 8: Line 8:
 <code> <code>
 python -m venv .venv python -m venv .venv
-.venv\\scripts\\activate+ 
 +source .venv/bin/activate   # For macOS/Linux 
 +.venv\\scripts\\activate      # For Windows 
 </code> </code>
  
Line 19: Line 22:
 <code> <code>
 pip install --upgrade . pip install --upgrade .
 +
 +For venv:
 +.venv\Scripts\python.exe -m pip install --upgrade aider-chat
 </code> </code>
  
ai/aider/install-aider-from-source.1723603829.txt.gz · Last modified: 2024/08/14 05:50 by odefta