Installation

There are several ways that you can install Craton. If you’re just getting started, it is recommended that you start with a Docker install.

Docker Install

Basic Install

(Optional) install virtualenv if desired:

$ mkvirtualenv craton
$ pip install -r /craton/requirements.txt
$ python setup.py install