mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
add --install-main-branch
This commit is contained in:
parent
898230eb92
commit
b44141f179
3 changed files with 15 additions and 11 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 development version of aider from the main branch?",
|
||||
["--upgrade", "git+https://github.com/paul-gauthier/aider.git"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue