Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added basic installation instructions.
  • Loading branch information
raphaelshirley authored Feb 27, 2024
1 parent 474ff67 commit d447494
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,18 @@ template can not do these for you, otherwise it would :)
## RAIL: Redshift Assessment Infrastructure Layers

This package is part of the larger ecosystem of Photometric Redshifts
in [RAIL](https://github.com/LSSTDESC/RAIL).
in [RAIL](https://github.com/LSSTDESC/RAIL). This package in particular
is concerned with wrapping the [LePHARE](https://gitlab.lam.fr/Galaxies/LEPHARE/) template fitting code within RAIL.

### Installation

This package can be installed from source using the following commands:
```console
git clone https://github.com/LSSTDESC/rail_lephare.git
cd rail_lephare
conda install -c conda-forge pytables sqlite
pip install '.[dev]'
```

### Citing RAIL

Expand Down

0 comments on commit d447494

Please sign in to comment.