setup_ubuntu.sh 320 B

1234567
  1. #!/bin/sh -e
  2. apt-get install libpng-dev libfreetype6 libfreetype6-dev python-dev python-simplejson python-qt4 python-numpy python-scipy python-matplotlib libgeos-dev python-shapely python-pip libspatialindex-dev
  3. easy_install -U distribute
  4. pip install --upgrade matplotlib Shapely
  5. pip install rtree
  6. pip install svg.path