From ffc4c16500e9233182f641dcbc61ea0e61284815 Mon Sep 17 00:00:00 2001 From: zxl Date: Tue, 30 Aug 2022 14:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0sh=E6=B5=8B=E8=AF=95=E5=8F=AF?= =?UTF-8?q?=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- csst-pyscalebox-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/csst-pyscalebox-install.sh b/csst-pyscalebox-install.sh index 47d1e54..37d8ebf 100644 --- a/csst-pyscalebox-install.sh +++ b/csst-pyscalebox-install.sh @@ -1,11 +1,8 @@ echo "CSST-PYSCALEBOX Installer" echo "==============================================" - version="" user="" - python3 -m pip uninstall pyscalebox -y - echo "Installing CSST PYSCALEBOX API with Version:$version" echo "➡===============================================" -python3 -m pip install$user git+http://hub.cstcloud.cn/git/csst/pyscalebox.git$version \ No newline at end of file +python3 -m pip install$user git+https://hub.cstcloud.cn/git/csst/pyscalebox.git$version \ No newline at end of file -- GitLab