.. _install:
Installation
============
The ``slsne`` package can be installed using ``pip``, or directly from the Github source.
Package managers
----------------
The recommended way to install the stable version of ``slsne`` is using
`pip `_.
.. code-block:: bash
pip install -U slsne
From source
-----------
You can also install the ``slsne`` package directly from the source on `GitHub `_.
.. code-block:: bash
git clone https://github.com/gmzsebastian/SLSNe.git
cd slsne
python -m pip install -e .
Optinally, you can checkout the development branch to get the latest version, which is the most up to date, but it may not be fully validated.
.. code-block:: bash
git clone https://github.com/gmzsebastian/SLSNe.git
cd slsne
git checkout dev
python -m pip install -e .