setup_ubuntu.sh 486 B

12345678910111213141516
  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-gi
  6. #apt-get install libgtk-3-devel
  7. apt-get install python-qt4
  8. apt-get install python-numpy python-scipy python-matplotlib
  9. apt-get install libgeos-dev
  10. apt-get install python-shapely
  11. easy_install -U distribute
  12. apt-get install python-pip
  13. pip install --upgrade matplotlib
  14. pip install --upgrade Shapely
  15. apt-get install libspatialindex-dev
  16. pip install rtree