Skip to content
Matt Hall edited this page Nov 13, 2013 · 1 revision

First, make sure you have pip and macports.

You also (as usual) need gcc (requires Xcode), and probably lots of other basic stuff for installing software.

It's probably worth checking in canopy's package manager before resorting to pip.

General stuff

  • agilegeo — pip install agilegeo
  • numpy
  • scipy
  • matplotlib

Model building

  • PIL — pip install PIL (you probably have this)
  • svgwrite — pip install svgwrite
  • convert — sudo port install ImageMagick
Clone this wiki locally