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:33] – ↷ Page moved from ai:openwebui:install-aider-from-source to ai:aider:install-aider-from-source odeftaai:aider:install-aider-from-source [2024/08/23 03:18] (current) odefta
Line 5: Line 5:
 </code> </code>
  
 +In the local aider folder, execute:
 <code> <code>
-python -m pip install -e .+python -m venv .venv 
 + 
 +source .venv/bin/activate   # For macOS/Linux 
 +.venv\\scripts\\activate      # For Windows 
 </code> </code>
  
-To upgrade:+Then:
 <code> <code>
-python -m pip install --upgrade .+pip install -.
 </code> </code>
  
 +To upgrade:
 +<code>
 +pip install --upgrade .
  
 +For venv:
 +.venv\Scripts\python.exe -m pip install --upgrade aider-chat
 +</code>
  
ai/aider/install-aider-from-source.1723602813.txt.gz · Last modified: 2024/08/14 05:33 by odefta