Skip to content

Instantly share code, notes, and snippets.

@mpickering
Created May 7, 2018 12:58
Show Gist options
  • Save mpickering/193c593684fb2213c12fd582cdc5cbbc to your computer and use it in GitHub Desktop.
Save mpickering/193c593684fb2213c12fd582cdc5cbbc to your computer and use it in GitHub Desktop.
diff --git a/2.18/build/getDeps.sh b/2.18/build/getDeps.sh
index 7e32104..3579b7b 100755
--- a/2.18/build/getDeps.sh
+++ b/2.18/build/getDeps.sh
@@ -15,7 +15,9 @@ LC_ALL=C DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y \
lighttpd locales pkg-config poppler-utils pyqt4-dev-tools python python-dev \
python-qt4 python-qt4-dev python-qt4-sql python-sip python-sip-dev python-setuptools \
spawn-fcgi xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb \
- python-pip gdal-bin python-gdal pyqt4.qsci-dev python-qscintilla2 python-pyspatialite
+ python-pip gdal-bin python-gdal pyqt4.qsci-dev python-qscintilla2 python-pyspatialite g++
+
+pip install --upgrade pip==9.0.3
pip install requests psycopg2 jinja2 pygments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment