Installation#
Currently, the loupiotes module is available through a PyPI distribution or directly from the sources hosted on GitLab.
From PyPI#
To install the code from the PyPI distribution, simply run
pip install loupiotes
From sources#
The loupiotes module can be installed from source through its GitLab repository. 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.