fix: Update install_from_main_branch function

This commit is contained in:
Paul Gauthier 2024-08-27 05:36:12 -07:00 committed by Paul Gauthier (aider)
parent a34b16fa59
commit de19c0aff0

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