Installation

You can use the pip utility to install this package which will resolve most dependencies. One way of doing that is by pointing pip directly to the directory containing the setup.py file such as:

pip install .

This will install the Diarization Service along with program entry points for various utilities.

A good practise might be to make use of a virtual environment in which all the dependencies will be installed through pip.

System dependencies

This package was developed on/for Scientific Linux release 6.4 (Carbon) though it should work with most recent Linux distributions.

The main interface uses Python version 2.6 .