Commit 54671fae authored by zxl's avatar zxl
Browse files

update the url of git

parent bfd25276
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ python3 -m pip install --upgrade setuptools
`pyscalebox` can be installed with the following command:

```bash
git clone https://hub.cstcloud.cn/git/csst/pyscalebox.git
git clone https://csst-tb.bao.ac.cn/code/zhangxiaoli/pyscalebox.git
cd pyscalebox
python3 -m pip install -r requirements.txt
python3 setup.py install
@@ -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://csst-tb.bao.ac.cn/code/zhangxiaoli/pytscalebox/-/raw/master/csst-pyscalebox-install.sh)"
sh -c "$(curl -fsSL https://csst-tb.bao.ac.cn/code/zhangxiaoli/pyscalebox/-/raw/main/csst-pyscalebox-install.sh)"
```


+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ user=""
python3 -m pip uninstall pyscalebox -y
echo "Installing CSST PYSCALEBOX API with Version:$version"
echo "➡==============================================="
python3 -m pip install$user git+https://csst-tb.bao.ac.cn/code/zhangxiaoli/pytscalebox.git$version
 No newline at end of file
python3 -m pip install$user git+https://csst-tb.bao.ac.cn/code/zhangxiaoli/pyscalebox.git$version
 No newline at end of file