mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05: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(
|
||||
io,
|
||||
"aider",
|
||||
"Installing the latest version from the main branch...",
|
||||
None
|
||||
"Install the latest version from the main branch?",
|
||||
["--upgrade", "git+https://github.com/paul-gauthier/aider.git"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue