************ Installation ************ ParSNIP requires Python 3.6+ and depends on the following Python packages: - `astropy `_ - `extinction `_ - `lcdata `_ - `lightgbm `_ - `matplotlib `_ - `numpy `_ - `scipy `_ - `PyTorch `_ - `scikit-learn `_ - `tqdm `_ Install using pip (recommended) =============================== ParSNIP is available on PyPI. To install the latest release:: pip install astro-parsnip Install development version =========================== The ParSNIP source code can be found on `github `_. To install it:: git clone git://github.com/LSSTDESC/parsnip cd parsnip pip install -e .