.. role:: underline
    :class: underline

Installation
=====================

Install using the python package index (PyPi)
---------------------------------------------------

:underline:`OS X & Linux:`::

    pip install cgdat

.. Warning::
    This package was only tested on the windows operation system.

:underline:`Windows:`::

    pip install cgdat

Development setup
------------------------------

If you want to manually install the python package please fork from `github <https://github.com/rickstaa/CGDAT>`_ and run the following commands::

    python setup.py build
    python setup.py develop
    python setup.py install

