Commit 9d79002d authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

initial commit

parents
Loading
Loading
Loading
Loading
Loading

README.md

0 → 100644
+17 −0
Original line number Diff line number Diff line
## CSST 
[![Documentation Status](https://readthedocs.org/projects/csst/badge/?version=latest)](https://csst.readthedocs.io/en/latest/?badge=latest)
 
CSST pipeline prototype.

## Homepage

- Gitlab: https://csst-tb.bao.ac.cn/code/hypergravity/csst_proto


## Install
```
git clone https://csst-tb.bao.ac.cn/code/hypergravity/csst_proto.git
cd csst_proto
sh install.sh
```

csst_proto/__init__.py

0 → 100644
+1 −0
Original line number Diff line number Diff line
__version__ = "0.0.1"
+0 −0

Empty file added.

+0 −0

Empty file added.

demo/__init__.py

0 → 100644
+0 −0

Empty file added.

Loading