Rubin LSST Community Science Tools Learn more at https://lsst-cst.lsst.io
Install from PyPI:
pip install lsst-cstlsst-cst is developed by Rubin Observatory at https://github.com/lsst/lsst-cst.
The best way to start contributing to lsst-cst is by cloning this repository, creating a virtual environment, and running the make init command:
git clone https://github.com/lsst/lsst-cst.git
cd lsst-cst
make initYou can run tests and build documentation with tox:
toxTo learn more about the individual environments:
tox -av