Installing tarantool-python
===========================

The simplest (and recommended) way to install tarantool-python

using `pip`::

    $ pip install tarantool

or `easy_install`::

    $ easy_install tarantool


You can also download a source tarball and install the package using distutils script::

    # python setup.py install
