Installation Guide

Ubuntu/Debian/Mint

Execute

$ apt-get install python-dev libatlas-base-dev gfortran
$ pip install yatel

Development version

$ pip install --pre yatel

Windows or other xnix

Finally open a console and execute

> easy_install pip
> pip install yatel

For development version

> pip install --pre yatel

From repo

First install all dependencies, and then

$ hg clone http://bitbucket.org/yatel/yatel yatel
$ cd yatel
$ python setup.py sdist
$ pip install dist/yatel-<VERSION>.tar.gz

Install as develop

$ hg clone http://bitbucket.org/yatel/yatel yatel
$ cd yatel
$ pip install -r requirements.txt
$ python setup.py develp