Requirements

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

Windows programs:

Installation

Install using the python package index (PyPi)

Windows:

pip install cgdat

Development setup

If you want to manually install the python package please fork from github and run the following commands:

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