From a103b5d2635fdfb8a316aaa6d91f8c061a16fea4 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 17 Feb 2019 03:47:16 +0200 Subject: [PATCH] - removed python3-ezdxf from setup-ubuntu file since it is not available. ezdxf module will be installed through pip command --- setup_ubuntu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index 636c7a23..fe04bb9a 100644 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -14,7 +14,6 @@ apt-get install python3-tk apt-get install libspatialindex-dev apt-get install python3-gdal apt-get install python3-lxml -apt-get install python3-ezdxf easy_install3 -U distribute pip3 install --upgrade dill pip3 install --upgrade Shapely