mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
force pip to install aider's deps
This commit is contained in:
parent
6b6f682a94
commit
50fb95c8b1
2 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,7 @@ def install_from_main_branch(io):
|
|||
io,
|
||||
None,
|
||||
"Install the development version of aider from the main branch?",
|
||||
["--upgrade", "git+https://github.com/paul-gauthier/aider.git"],
|
||||
["git+https://github.com/paul-gauthier/aider.git"],
|
||||
self_update=True,
|
||||
)
|
||||
|
||||
|
@ -50,7 +50,7 @@ def install_upgrade(io, latest_version=None):
|
|||
io,
|
||||
None,
|
||||
new_ver_text,
|
||||
["--upgrade", "aider-chat"],
|
||||
["aider-chat"],
|
||||
self_update=True,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue