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

update the url of git

parent bfd25276
...@@ -12,7 +12,7 @@ python3 -m pip install --upgrade setuptools ...@@ -12,7 +12,7 @@ python3 -m pip install --upgrade setuptools
`pyscalebox` can be installed with the following command: `pyscalebox` can be installed with the following command:
```bash ```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 cd pyscalebox
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt
python3 setup.py install python3 setup.py install
...@@ -21,7 +21,7 @@ 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. `pyscalebox` and relevant packages could be installed by running one of the following commands in your terminal.
```bash ```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)"
``` ```
......
...@@ -5,4 +5,4 @@ user="" ...@@ -5,4 +5,4 @@ user=""
python3 -m pip uninstall pyscalebox -y python3 -m pip uninstall pyscalebox -y
echo "Installing CSST PYSCALEBOX API with Version:$version" echo "Installing CSST PYSCALEBOX API with Version:$version"
echo "➡===============================================" echo "➡==============================================="
python3 -m pip install$user git+https://csst-tb.bao.ac.cn/code/zhangxiaoli/pytscalebox.git$version python3 -m pip install$user git+https://csst-tb.bao.ac.cn/code/zhangxiaoli/pyscalebox.git$version
\ No newline at end of file \ No newline at end of file
Supports Markdown
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