From fa3171c222d41ea2260e8fa646d5533566899c70 Mon Sep 17 00:00:00 2001 From: fly Date: Mon, 13 Jan 2020 17:17:54 +0000 Subject: [PATCH] Switch order Signed-off-by: fly --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 736b278..4f0d7f0 100755 --- a/install +++ b/install @@ -187,8 +187,8 @@ fi mkdir -p pbf mkdir -p projects +./create-venv + echo "User scripts are no longer shipped with easy-osm2city" echo "You can clone them with:" echo "git clone https://gitlab.com/merspieler/osm2city-scripts.git scripts" - -./create-venv