From 58f66ca8664b31038cef3bcde36737cac74e612e Mon Sep 17 00:00:00 2001 From: jpcgt Date: Fri, 19 May 2017 23:22:32 +0000 Subject: [PATCH] Cleanup. --- setup_ubuntu.sh | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index 7e53acc4..db1b7b1a 100755 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -1,6 +1,19 @@ #!/bin/sh -e +# "-e" exists on first error. -apt-get install libpng-dev libfreetype6 libfreetype6-dev python-dev python-simplejson python-qt4 python-numpy python-scipy python-matplotlib libgeos-dev python-shapely python-pip libspatialindex-dev +apt-get install libpng-dev \ + libfreetype6 \ + libfreetype6-dev \ + python-dev \ + python-simplejson \ + python-qt4 \ + python-numpy \ + python-scipy \ + python-matplotlib \ + libgeos-dev \ + python-shapely \ + python-pip \ + libspatialindex-dev easy_install -U distribute pip install --upgrade matplotlib Shapely pip install rtree