setup_ubuntu.sh 427 B

1234567891011121314
  1. #!/bin/sh
  2. apt-get install libpng-dev
  3. apt-get install libfreetype6 libfreetype6-dev
  4. apt-get install python-dev
  5. apt-get install python-qt4
  6. apt-get install python-numpy python-scipy python-matplotlib
  7. apt-get install libgeos-dev
  8. apt-get install python-shapely
  9. easy_install -U distribute
  10. apt-get install python-pip
  11. pip install --upgrade matplotlib
  12. pip install --upgrade Shapely
  13. apt-get install libspatialindex-dev
  14. pip install rtree