From a47f9b5b76c4be14d09205070020e926a2c5a263 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Tue, 25 May 2021 11:59:17 +0200 Subject: [PATCH] Add missing dependency --- debian_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_setup.sh b/debian_setup.sh index 5109eea..9562545 100644 --- a/debian_setup.sh +++ b/debian_setup.sh @@ -1,5 +1,5 @@ #!/bin/bash -apt install libpq-dev build-essential libpython3-dev postgis python3-pip python3-venv -y +apt install libpq-dev build-essential libpython3-dev postgis python3-pip python3-venv libgdal-dev -y python3 -m venv venv source venv/bin/activate pip install -Ur requirements.txt \ No newline at end of file