From 1e98863de5a193f387fe9371138235e9dfd256c2 Mon Sep 17 00:00:00 2001 From: fangyuedong Date: Tue, 22 Oct 2024 14:53:01 +0800 Subject: [PATCH] add to readme --- .gitignore | 1 + README.md | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4091472..c274a89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/* +dist/* *.egg *.egg-info/* *.png diff --git a/README.md b/README.md index 02c46df..0b39a3f 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -## Pipeline for source injection \ No newline at end of file +# Pipeline for source injection on CSST images + +## Installation +``` +python setup.py install --user +``` \ No newline at end of file -- GitLab