Installing hunspell via pip on OSX Mavericks
In case you are having trouble installing hunspell (not finding hunspell.h or -lhunspell) via pip on you mac, these steps worked for me:
$ brew install hunspell
$ export C_INCLUDE_PATH=/usr/local/include/hunspell
$ sudo ln -sf /usr/local/lib/libhunspell-1.3.a /usr/local/lib/libhunspell.a
$ pip install hunspell
Written by José Ricardo
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Python
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#