.. _installing:

Installing
==========

Install with pip::

    pip install redis-completion


Install via git::

    git clone https://github.com/coleifer/redis-completion.git
    cd redis-completion
    python setup.py install

.. _dependencies:

Dependencies
------------

redis-completion depends on the following libraries:

* `redis-py <https://github.com/andymccurdy/redis-py>`_

Also you will need to set up a Redis server if you do not have one running
somewhere already.  Information on that can be found on the project's `homepage <http://redis.io>`_.
