Commit fb55e2f5 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

curl install

parent f77ad8d1
...@@ -6,7 +6,7 @@ This package provides APIs to access csst's files and databases. ...@@ -6,7 +6,7 @@ This package provides APIs to access csst's files and databases.
## Installation ## Installation
This library can be installed with the following command: `csst-dfs-api` can be installed with the following command:
```bash ```bash
git clone https://github.com/astronomical-data-processing/csst-dfs-api.git git clone https://github.com/astronomical-data-processing/csst-dfs-api.git
...@@ -15,6 +15,13 @@ pip install -r requirements.txt ...@@ -15,6 +15,13 @@ pip install -r requirements.txt
python setup.py install python setup.py install
``` ```
`csst-dfs-api` and relevant packages could be installed by running one of the following commands in your terminal.
```bash
sh -c "$(curl -fsSL https://raw.fastgit.org/astronomical-data-processing/csst-dfs-api/master/tools/csst-dfs-api-install.sh)" - v0.0.2
```
## Configuration ## Configuration
enviroment variables enviroment variables
......
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