mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
feat: Add --install-main-branch switch
This commit is contained in:
parent
de19c0aff0
commit
475a1ed6d6
3 changed files with 13 additions and 2 deletions
|
@ -16,8 +16,8 @@ def install_from_main_branch(io):
|
|||
"""
|
||||
return utils.check_pip_install_extra(
|
||||
io,
|
||||
None
|
||||
"Install the latest version from the main branch?",
|
||||
"aider",
|
||||
"Installing 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