Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
csst
Pyscalebox
Commits
ba9a2e43
Commit
ba9a2e43
authored
Aug 30, 2022
by
zxl
Browse files
还原pyscalebox安装脚本
parent
acbd77d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
31 deletions
+4
-31
csst-pyscalebox-install.sh
csst-pyscalebox-install.sh
+4
-31
No files found.
csst-pyscalebox-install.sh
View file @
ba9a2e43
echo
"CSST-
DFS-API
Installer"
echo
"CSST-
PYSCALEBOX
Installer"
echo
"=============================================="
version
=
""
user
=
""
pip uninstall csst-dfs-api-local
-y
pip uninstall csst-dfs-api-cluster
-y
pip uninstall csst-dfs-commons
-y
pip uninstall csst-dfs-proto
-y
pip uninstall csst-dfs-api
-y
echo
"Installing CSST DFS API with Version:
$version
"
python3
-m
pip uninstall pyscalebox
-y
echo
"Installing CSST PYSCALEBOX API with Version:
$version
"
echo
"➡==============================================="
echo
" 🛰 1️⃣/5️⃣"
pip
install
$user
git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-commons.git
$version
echo
" 🛰 2️⃣/5️⃣"
pip
install
$user
git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-proto-py.git
$version
echo
" 🛰 3️⃣/5️⃣"
pip
install
$user
git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-local.git
$version
echo
" 🛰 4️⃣/5️⃣"
pip
install
$user
git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-cluster.git
$version
echo
" 🛰 5️⃣/5️⃣"
pip
install
$user
git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api.git
$version
echo
"➡==============================================="
echo
"🇨🇳🇨🇳🇨🇳🚀🚀🚀Done!"
# 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+https://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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment