setup_ubuntu.sh 434 B

1234567891011121314151617181920
  1. #!/bin/sh -e
  2. # "-e" exists on first error.
  3. apt-get install libpng-dev \
  4. libfreetype6 \
  5. libfreetype6-dev \
  6. python-dev \
  7. python-simplejson \
  8. python-qt4 \
  9. python-numpy \
  10. python-scipy \
  11. python-matplotlib \
  12. libgeos-dev \
  13. python-shapely \
  14. python-pip \
  15. libspatialindex-dev
  16. easy_install -U distribute
  17. pip install --upgrade matplotlib Shapely
  18. pip install rtree
  19. pip install svg.path