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 02:50] – odefta | ai:aider:install-aider-from-source [2025/06/17 09:08] (current) – odefta | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| < | < | ||
| python -m venv .venv | python -m venv .venv | ||
| - | .venv\\scripts\\activate | + | |
| + | source .venv/ | ||
| + | .venv\\scripts\\activate | ||
| </ | </ | ||
| Line 19: | Line 22: | ||
| < | < | ||
| pip install --upgrade . | pip install --upgrade . | ||
| + | |||
| + | For venv: | ||
| + | .venv\Scripts\python.exe -m pip install --upgrade aider-chat | ||
| + | </ | ||
| + | |||
| + | Alternatively you can try with: | ||
| + | < | ||
| + | py -3.12 -m venv venv | ||
| + | venv\Scripts\activate | ||
| + | python -m pip install -e . | ||
| </ | </ | ||
ai/aider/install-aider-from-source.1723603829.txt.gz · Last modified:  by odefta
                
                