Installation

Docker

The recommended way to use this software is through Docker. This is the most convenient way, if you want to use divik application, since it requires MATLAB Compiler Runtime and more dependencies.

To install latest stable version use:

docker pull gmrukwa/divik

To install specific version, you can specify it in the command, e.g.:

docker pull gmrukwa/divik:2.3.5

Python package

Prerequisites for installation of base package:

  • Python 3.5

These are required for using divik application and GMM-based filtering:

Installation process may be clearer with insight into Docker images used for application deployment:

Having prerequisites installed, one can install latest base version of the package:

pip install divik

or any stable tagged version, e.g.:

pip install divik==2.3.5