Installation

This package is pip installable, but requires numpy and apexpy, which are not automatically installed. Please be sure to follow the apexpy installation instructions before attempting to install marppy.

PyPI

marppy is available on PyPi. This is typically the easiest installation method.

pip install marppy

Development

If you intend to modify, develop, or contribute to marppy, install by cloning the repository and installing it locally.

git clone https://github.com/amisr/marppy.git
cd marppy
pip install -e .