mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
feat: requirements依赖解决方法加上--upgrade参数
This commit is contained in:
@@ -9,7 +9,7 @@ def install(package):
|
|||||||
|
|
||||||
|
|
||||||
def install_requirements(file):
|
def install_requirements(file):
|
||||||
pipmain(['install', '-r', file])
|
pipmain(['install', '-r', file, "--upgrade"])
|
||||||
main.reset_logging()
|
main.reset_logging()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user