Installation

From PyPi

Yatla is available on PyPi. Run the following command to install the latest version:

$ pip install yatla

From source

The source code of Yalta is available on GitHub.

To install from source:

1. Clone the repository

$ git clone https://github.com/eugene-prout/yatla.git

2. Install the project

$ cd yatla
$ pip install .