We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a539d7 + 8d1592c commit 0798b55Copy full SHA for 0798b55
1 file changed
README.rst
@@ -138,3 +138,10 @@ Try this command if libstdc++ is deprecated
138
::
139
140
$ CPPFLAGS="-I/usr/local/include -L/usr/local/lib -stdlib=libc++ " pip install python-snappy
141
+
142
143
+Or this command in Apple Silicon:
144
145
+::
146
147
+ $ CPPFLAGS="-I/opt/homebrew/include -L/opt/homebrew/lib" pip install python-snappy
0 commit comments