INSTALLATION
============

Simply run::

    pip install cluster

Or, if you run it in a virtualenv:

    /path/to/your/env/bin/pip install cluster


Source installation
~~~~~~~~~~~~~~~~~~~

Untar the archive::

   tar xf <filename.tar.gz>

Next, go to the folder just created. It will have the same name as the package
(for example "cluster-1.2.2") and run::

    python setup.py install

This will require superuser privileges unless you install it in a virtual environment::

    /path/to/your/env/bin/python setup.py install
