.. role:: underline
    :class: underline

Requirements
=================

For the program to run the following packages and software needs to be installed on the computer. 
When using the :samp:`installer` these are automatically installed:

:underline:`Windows programs`:

    * `python 3 <https://www.python.org/>`_

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

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

: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
