Installation ------------- **pangolinn** is available on PyPi and can be installed by running: .. code-block:: pip install pangolinn Alternatively, the latest development version can be installed with: .. code-block:: git clone https://github.com/hlt-mt/pangolinn.git cd pangolinn pip install -e . If you want to contribute to the project, you can install the additional development dependencies by using the `dev` specifier: .. code-block:: pip install -e .[dev]