Versions Compared

Key

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

NotesNote: If you have trouble during installation, community.lsst.org is a Stack Overflow-like forum for all things LSST.  We are doing our best to answer all of the questions posted there as helpfully as possible.  You might consider searching for your bug or, if you have discovered a new one, creating a post there so that others can benefit from your experience.

...

Code Block
source ~/lsst/loadLSST.csh
eups distrib install lsst_appssims -t w_2018_23sims
curl -sSL https://raw.githubusercontent.com/lsst/shebangtron/master/shebangtron | python
eups distrib install lsst_sims -t sims

This will install all packages currently in the catalogs simulations framework (CatSim) and metrics analysis framework (MAF) and all dependencies.  The installation should take on the order of 1 hour, with a final required installation size of 10GB. 

...