mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
feat: Add upgrade-strategy option to pip install command
This commit is contained in:
parent
1df67b0650
commit
84eca42ca8
2 changed files with 9 additions and 2 deletions
|
@ -217,7 +217,8 @@ def get_pip_install(args):
|
|||
"pip",
|
||||
"install",
|
||||
"--upgrade",
|
||||
"--upgrade-strategy only-if-needed",
|
||||
"--upgrade-strategy",
|
||||
"only-if-needed",
|
||||
]
|
||||
cmd += args
|
||||
return cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue