Commit 76c22cff authored by zxl's avatar zxl
Browse files

完善readme

parent 5d4e8931
Pipeline #23 failed with stages
# pyscalebox APIs library
## Prepare
grpc need the python3
`python3` can be installed with the following commdand:
```bash
yum install python3 python3-pip
python3 -m pip install --upgrade pip==20.3.4
python3 -m pip install --upgrade setuptools
```
## Installation
`pyscalebox` can be installed with the following command:
```bash
git clone http://hub.cstcloud.cn/git/csst/pyscalebox.git
cd pyscalebox
pip install -r requirements.txt
python setup.py install
python3 -m pip install -r requirements.txt
python3 setup.py install
```
## Configuration
- CSST_PIPELINE_GRPC_SERVER = scalebox plat server # default: 122.96.144.152:39092
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment