add --install-main-branch

This commit is contained in:
Paul Gauthier 2024-08-27 05:47:02 -07:00
parent 898230eb92
commit b44141f179
3 changed files with 15 additions and 11 deletions

View file

@ -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 development version of aider from the main branch?",
["--upgrade", "git+https://github.com/paul-gauthier/aider.git"],
)