mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
fix: Update install_from_main_branch function
This commit is contained in:
parent
a34b16fa59
commit
de19c0aff0
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ def install_from_main_branch(io):
|
||||||
"""
|
"""
|
||||||
return utils.check_pip_install_extra(
|
return utils.check_pip_install_extra(
|
||||||
io,
|
io,
|
||||||
"aider",
|
None
|
||||||
"Installing the latest version from the main branch...",
|
"Install the latest version from the main branch?",
|
||||||
["--upgrade", "git+https://github.com/paul-gauthier/aider.git"],
|
["--upgrade", "git+https://github.com/paul-gauthier/aider.git"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue