===============================
  Installing gridDataFormats
===============================

Releases
========

All releases of the package are hosted on the Python Package index so
you can just install them directly with ::

  pip install gridDataFormats


Source
======

From the checked out top level directory of the sources::

  python setup.py install

If you don't have NumPy_ installed it will download and install it
automatically.

For some functionality you will also need to install scipy_.

.. _NumPy: http://numpy.scipy.org/
.. _scipy: http://www.scipy.org/scipylib/index.html
