Installation

This package is not (yet) on PyPI, so it must be installed from a local directory. To do this, first clone the github repository

git clone https://github.com/rmnldwg/lymph.git
cd lymph

From here you can either use pip

pip install .

or the file setup.py

python setup.py

Note

You will need to have python 3.6 or higher installed.

In the future we plan to make the lymph package available on PyPI, so that it may be easier to install using pip or conda.