We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b88280 commit ca913c7Copy full SHA for ca913c7
1 file changed
README.rst
@@ -113,3 +113,16 @@ You can get help by running
113
114
Snappy - compression library from Google (c)
115
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