8 Setting up garden with Mac Ports
dessant edited this page 2016-12-04 17:24:39 +02:00

The instructions at https://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

Since I already had an older cython installed, I tried re-activating it with: sudo port activate py27-cython @0.21.2_0