feat: Add --install-main-branch switch

This commit is contained in:
Paul Gauthier (aider) 2024-08-27 05:36:13 -07:00
parent de19c0aff0
commit 475a1ed6d6
3 changed files with 13 additions and 2 deletions

View file

@ -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"],
)