python-snappy
python-snappy copied to clipboard
how to install snappy on OS X
I built snappy with brew install snappy or brew install snappy # snappy library from Google
it have a problem
-bash: brew: command not found
how to find it?
@airlou , homebrew is a package management system for macOS (formerly OSX), the most common way to get development libraries. There are others, such as macports, which would have a different syntax.
@martindurant Thank you. It is very helpful to a beginner