Installation

From PyPI

To install Taika, run in your terminal:

pip install taika

You will get the last release available from the PyPI.

From source

The sources for Taika can be downloaded from the GitLab repo.

Cloning using git:

git clone git://gitlab.com/hectormartinez/taika.git

Or downloading a tar:

curl -OL https://gitlab.com/hectormartinez/taika/repository/master/archive.tar
pip install archive.tar

Once you have a copy of the source, you can install it with:

cd taika
pip install .