Installation

This package is a pure python implementation, but it 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 numpy and pandas installed and python 3.6 or higher.

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.