From bfadf0ec10d99bd58d202e8b4acce2895c7cf839 Mon Sep 17 00:00:00 2001 From: Pau Gargallo Date: Fri, 30 Sep 2016 15:43:27 +0200 Subject: [PATCH] Install pyproj --- configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 7ccd8f12..b2049791 100755 --- a/configure.sh +++ b/configure.sh @@ -58,7 +58,8 @@ sudo apt-get install -y -qq python-networkx \ libboost-regex-dev \ libboost-python-dev \ libboost-date-time-dev \ - libboost-thread-dev + libboost-thread-dev \ + python-pyproj sudo pip install -U PyYAML \ exifread \