Skip to content

Commit 0798b55

Browse files
authored
Merge pull request #115 from joncourt/patch-1
Doc to include CPPFLAGS for apple silicon
2 parents 1a539d7 + 8d1592c commit 0798b55

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,10 @@ Try this command if libstdc++ is deprecated
138138
::
139139
140140
$ 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

Comments
 (0)