From c8b1f22ddbd87c0dd5b8200c82c4e043f65ccc7f Mon Sep 17 00:00:00 2001 From: Juan Pablo Caram Date: Sat, 14 Jun 2014 11:10:58 -0400 Subject: [PATCH] Installation script for Alpha 5 in Ubuntu. --- setup_ubuntu.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 setup_ubuntu.sh diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh new file mode 100644 index 00000000..14e81acf --- /dev/null +++ b/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