Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-api
Commits
f77ad8d1
Commit
f77ad8d1
authored
Aug 10, 2021
by
Wei Shoulin
Browse files
install.sh
parent
84ea0461
Changes
1
Show whitespace changes
Inline
Side-by-side
csst-dfs-api-install.sh
0 → 100755
View file @
f77ad8d1
echo
"CSST-DFS-API Installer"
echo
"=============================================="
if
[
$#
!=
1
]
;
then
echo
"USAGE:
$0
[version]"
echo
" e.g.:
$0
v0.0.1"
exit
1
;
fi
version
=
$1
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.....Version:
$version
"
echo
"=============================================="
echo
"1/5"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-commons.git@
$version
echo
"2/5"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-proto-py.git@
$version
echo
"3/5"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-local.git@
$version
echo
"4/5"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-cluster.git@
$version
echo
"5/5"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api.git@
$version
echo
"=============================================="
echo
"Done!"
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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