Skip to content

Commit ca913c7

Browse files
committed
Improve README: Aded FAQ on installation for Mac OS X users
1 parent 8b88280 commit ca913c7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,16 @@ You can get help by running
113113

114114
Snappy - compression library from Google (c)
115115
http://code.google.com/p/snappy
116+
117+
Frequently Asked Questions
118+
==========================
119+
120+
**How to install it on Mac OS X?**
121+
122+
It has been reported a few times (Issue #7 and #23) that it can't be installed correctly the library in Mac.
123+
The procedure should be,
124+
125+
::
126+
127+
$ brew install snappy # snappy library from Google
128+
$ CPPFLAGS="-I/usr/local/include -L/usr/local/lib" pip install python-snappy

0 commit comments

Comments
 (0)