Installation
============

Currently, the **loupiotes** module is available
through a PyPI distribution or directly from the 
sources hosted on `GitLab <https://gitlab.com/sybreton/loupiotes>`_.

From PyPI
##########

To install the code from the `PyPI distribution <https://pypi.org/project/loupiotes/>`_,
simply run

``pip install loupiotes`` 


From sources
############

The **loupiotes** module can be installed from source through
its `GitLab repository <https://gitlab.com/sybreton/loupiotes>`_. 
You will have to clone the online repository first:

``git clone https://gitlab.com/sybreton/loupiotes.git``

then go to the local repository and simply do

``pip install .``

In the future, it is planned to provide packaged versions of the pipeline
through PyPi and conda-forge.
