From d5c99463fbf8ee702c4bdd8193e67d19f7ba5899 Mon Sep 17 00:00:00 2001 From: Juan Pablo Caram Date: Tue, 29 Dec 2015 16:37:52 -0500 Subject: [PATCH] Added svg.path to ubuntu installation script. --- setup_ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index cc9aae95..bb1d7cce 100755 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -13,3 +13,4 @@ pip install --upgrade matplotlib pip install --upgrade Shapely apt-get install libspatialindex-dev pip install rtree +pip install svg.path \ No newline at end of file