diff --git a/csst-pyscalebox-install.sh b/csst-pyscalebox-install.sh index 47d1e54a0a3ed57f6ada616e508a9e5476c65668..37d8ebfce502213df26073e54e65de6b36fad277 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