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
16728caf
Commit
16728caf
authored
Aug 30, 2022
by
zxl
Browse files
增加.sh文件安装工具
parent
8651a553
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
README.md
README.md
+8
-0
csst-pyscalebox-install.sh
csst-pyscalebox-install.sh
+2
-2
No files found.
README.md
View file @
16728caf
...
...
@@ -17,6 +17,14 @@ cd pyscalebox
python3
-m
pip
install
-r
requirements.txt
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
)
"
```
## Configuration
-
CSST_PIPELINE_GRPC_SERVER = scalebox plat server # default: 122.96.144.152:39092
-
CSST_ADML2_JOB_ID = Admin level2 ID # default: 2
\ No newline at end of file
csst-pyscalebox-install.sh
View file @
16728caf
...
...
@@ -4,8 +4,8 @@ echo "=============================================="
version
=
""
user
=
""
pip uninstall pyscalebox
-y
python3
-m
pip uninstall pyscalebox
-y
echo
"Installing CSST PYSCALEBOX API with Version:
$version
"
echo
"➡==============================================="
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+http://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