Browse Source

Installation script for Alpha 5 in Ubuntu.

Juan Pablo Caram 11 years ago
parent
commit
c8b1f22ddb
1 changed files with 14 additions and 0 deletions
  1. 14 0
      setup_ubuntu.sh

+ 14 - 0
setup_ubuntu.sh

@@ -0,0 +1,14 @@
+#!/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-qt4
+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