InstallationΒΆ

At the command line:

$ easy_install redis_protocol

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv redis_protocol
$ pip install redis_protocol