From 087e0f06086f3c8f9369f60c477689d231a7c63a Mon Sep 17 00:00:00 2001 From: imotai Date: Sat, 7 Oct 2023 18:13:53 +0800 Subject: [PATCH] fix: add -u to get the latest chat cli --- up/src/og_up/up.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/up/src/og_up/up.py b/up/src/og_up/up.py index 8e166ee..87012cf 100644 --- a/up/src/og_up/up.py +++ b/up/src/og_up/up.py @@ -65,7 +65,8 @@ def run_install_cli(live, segments): result_code = 0 refresh(live, segments) outputs = "" - for code, output in run_with_realtime_print(command=["pip", "install", "og_chat"]): + for code, output in run_with_realtime_print(command=["pip", "install", "-U", "og_proto", + "og_sdk", "og_chat"]): outputs += output result_code = code if result_code == 0: