Installation

Over PyPI

$ pip install redicts

Manual installation

This requires git to be installed.

$ git clone https://github.com/adnymics/redicts
$ cd redicts
$ pip install -r requirements.txt
$ python setup.py install

If you want to run the tests you can also do:

$ pip install -r test_requirements.txt
$ pytest

It is recommended to do these steps in a virtual environment.