Installation

Cloning, Building, Installing

The latest development version of gala can be cloned from GitHub using git:

git clone git://github.com/adrn/gala.git

To build the project (from the root of the source tree, e.g., inside the cloned gala directory):

python setup.py build

To install the project:

python setup.py install

Dependencies

This packages has the following dependencies:

You can use pip or conda to install these automatically.

Optional