On OSX, I'm getting `/bin/sh: dot: command not found` when I run `dot->pict`. I do have `graphviz` installed. ``` > which dot /opt/local/bin/dot ``` Do I need to do extra configuration/installation to get this package to work?