mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
refactor help install and add to test setup
This commit is contained in:
parent
9c9fdb0a1b
commit
9ed0e33b9f
4 changed files with 25 additions and 18 deletions
|
@ -236,7 +236,7 @@ def check_pip_install_extra(io, module, prompt, pip_install_cmd):
|
|||
|
||||
cmd = get_pip_install(pip_install_cmd)
|
||||
|
||||
text = f"{prompt}:\n\n{' '.join(cmd)}\n\n"
|
||||
text = f"{prompt}:\n\n{' '.join(cmd)}\n"
|
||||
io.tool_error(text)
|
||||
|
||||
if not io.confirm_ask("Run pip install?", default="y"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue