Skip to content

Commit

Permalink
Updated README to describe hiredis installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lecocq committed Jul 18, 2013
1 parent b6439ab commit 21a233f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@ With those things installed, it's pretty simple:

sudo python setup.py install

Hiredis
-------
In order to install `hiredis`, you can:

```bash
# From https://github.com/paulasmuth/recommendify/issues/6#issuecomment-4496616
# via https://github.com/seomoz/pyreBloom/issues/7#issuecomment-21182063
#
# On Mac:
brew install hiredis

# With Ubuntu:
apt-get install libhiredis-dev

# From source:
git clone https://github.com/redis/hiredis
cd hiredis && make && sudo make install
```

Usage
=====

Expand Down

0 comments on commit 21a233f

Please sign in to comment.