Skip to content

Setting up garden with Mac Ports

dessant edited this page Dec 4, 2016 · 8 revisions

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

Clone this wiki locally