Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The recommended install instructions will provide these dependencies for you through an Anaconda distribution.  

Binary Installation (using conda)
Anchor
Binary Installation
Binary Installation

1) Install anaconda from the Anaconda website.

2) Add the LSST software channel

Code Block
conda config --add channels http://eupsforge.net/conda/dev

3) Install the desired sims packages

Code Block
conda install lsst-sims

or

Code Block
conda install lsst-sims-maf

for just MAF

Then, every time you open a new shell, you can setup the sims packages using

Code Block
source eups-setups.sh
setup lsst_sims (or setup sims_maf)

to later update use

Code Block
conda update lsst-sims

Installing from SourceRecommended Installation Instructions

Anchor
Installation
Installation

...