Installing

Note

There is no pypi or conda candidate for this package yet.

You can install the development version of the software by following the instructions below.

Warning

DeltaMetrics is currently in development, with a constantly changing API. We make no guarantee of stability, correctness, or functionality.

Latest version install

Follow these instructions to install the latest development version of DeltaMetrics.

Note

Developers should follow the developer instructions in the Developer Guide.

Install by cloning:

$ git clone https://github.com/DeltaRCM/DeltaMetrics.git

and then cd into the directory and install editable copy.

$ cd DeltaMetrics
$ pip install -e .

Check that your installation worked by running the tests.

$ pip install pytest
$ pytest