Add missing dependency
This commit is contained in:
parent
e38709b182
commit
a47f9b5b76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue