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
acbd77d8
Commit
acbd77d8
authored
Aug 30, 2022
by
zxl
Browse files
改为dps api内容测试
parent
ffc4c165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
5 deletions
+32
-5
README.md
README.md
+1
-1
csst-pyscalebox-install.sh
csst-pyscalebox-install.sh
+31
-4
No files found.
README.md
View file @
acbd77d8
...
...
@@ -21,7 +21,7 @@ python3 setup.py install
`pyscalebox`
and relevant packages could be installed by running one of the following commands in your terminal.
```
bash
sh
-c
"
$(
curl
-fsSL
https://hub.cstcloud.cn/git/csst/pyscalebox/-/
blob
/master/csst-pyscalebox-install.sh
)
"
sh
-c
"
$(
curl
-fsSL
https://hub.cstcloud.cn/git/csst/pyscalebox/-/
raw
/master/csst-pyscalebox-install.sh
)
"
```
...
...
csst-pyscalebox-install.sh
View file @
acbd77d8
echo
"CSST-
PYSCALEBOX
Installer"
echo
"CSST-
DFS-API
Installer"
echo
"=============================================="
version
=
""
user
=
""
python3
-m
pip uninstall pyscalebox
-y
echo
"Installing CSST PYSCALEBOX API with Version:
$version
"
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
"
echo
"➡==============================================="
python3
-m
pip
install
$user
git+https://hub.cstcloud.cn/git/csst/pyscalebox.git
$version
\ No newline at end of file
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
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