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

Here is the simplest (and recommended) way to install tarantool-python.

Using `pip`::

    $ pip install tarantool

Using `easy_install`::

    $ easy_install tarantool


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

    # make install
