Setting up garden with Mac Ports - darkopevec/kivy GitHub Wiki
The instructions at http://kivy.org/docs/api-kivy.garden.html are pretty good, but mac ports puts things in different places.
So, assuming that you've install python and kivy...
sudo port install py-pip
sudo pip-2.7 install kivy-garden
sudo /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/garden install graph
Note: there is now a kivy package in macports, but kivy 1.9.0 is not compatible with cython 0.22
- https://github.com/kivy/kivy/issues/2805
- http://stackoverflow.com/questions/30007147/kivy-is-not-compitable-with-cython
- https://github.com/kivy/kivy/issues/2794
Since I already had an older cython installed, I tried re-activating it with: sudo port activate py27-cython @0.21.2_0