Installation

The quickest way

xomega is compatible both with Python 2 and 3. The major dependencies are xarray and dask. The best way to install them is using Anaconda and pip.:

$ conda install xarray dask
$ pip install xomega .

Install xomega from GitHub repo

To get the latest version:

$ git clone https://github.com/roxyboy/xomega.git
$ cd xomega
$ python setup.py install .

Developers can track source code changes by:

$ git clone https://github.com/roxyboy/xomega.git
$ cd xomega
$ python setup.py build .