Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: I think you gotta shebangtron before install

...

Code Block
source ~/lsst/loadLSST.csh 
eups distrib install lsst_sims -t sims
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 2 hours, with a final required installation size of 10GB. 

...