Added setup script for Ubuntu.

This commit is contained in:
Juan Pablo Caram
2014-04-19 00:20:22 -04:00
parent e0d2daca6c
commit a20a7e1d8c
3 changed files with 14 additions and 267 deletions

13
setup_ubuntu.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
apt-get install libpng-dev
apt-get install libfreetype6 libfreetype6-dev
apt-get install python-dev
apt-get install python-gi
apt-get install libgtk-3-devel
apt-get install python-numpy python-scipy python-matplotlib
apt-get install libgeos-dev
apt-get install python-shapely
easy_install -U distribute
apt-get install python-pip
pip install --upgrade matplotlib
pip install --upgrade Shapely