ai:aider:install-aider-from-source
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext 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 odefta | ai:aider:install-aider-from-source [2024/08/23 03:18] (current) – odefta | ||
---|---|---|---|
Line 5: | Line 5: | ||
</ | </ | ||
+ | In the local aider folder, execute: | ||
< | < | ||
- | python -m pip install -e . | + | python -m venv .venv |
+ | |||
+ | source .venv/ | ||
+ | .venv\\scripts\\activate | ||
</ | </ | ||
- | To upgrade: | + | Then: |
< | < | ||
- | python -m pip install --upgrade | + | pip install -e . |
</ | </ | ||
+ | To upgrade: | ||
+ | < | ||
+ | pip install --upgrade . | ||
+ | For venv: | ||
+ | .venv\Scripts\python.exe -m pip install --upgrade aider-chat | ||
+ | </ | ||
ai/aider/install-aider-from-source.1723602813.txt.gz · Last modified: 2024/08/14 05:33 by odefta