.. _install-details:
Installation Details
====================
Prerequsites
------------
The histogram package requires the following packages:
* numpy (http://numpy.org)
Optionally, you may want to install:
* `h5py `_: for load/dump histograms
* `matplotlib `_: for plotting
Install
-------
The histogram package can be installed by using easy_install::
$ easy_install histogram
Or you can download histogram package from
http://dev.danse.us/packages/histogram-0.2dev.tar.gz
Expand and enter it, and run::
$ python setup.py install