dependencies: add missing; alphabetic ordering (#11)

manuall installation: add missing dependencies and alphabetic ordering
This commit is contained in:
Mark Van den Borre 2017-01-07 21:37:23 +01:00 committed by Laura Klünder
parent 1ab447bbf0
commit 270121f3e5

View file

@ -11,8 +11,9 @@ Install the needed dependencies.
#### Debian #### Debian
``` ```
apt-get install -y python3 python3-pip python3-venv python3-dev build-essential \ apt-get install -y build-essential gettext gfortran libfreetype6-dev libgeos-dev \
libpq-dev libmysqlclient-dev libmemcached-dev libgeos-dev gettext librsvg2-bin libjpeg-dev libmemcached-dev liblapack-dev libmysqlclient-dev libopenblas-dev \
libpq-dev librsvg2-bin pkg-config python3 python3-dev python3-pip python3-venv
``` ```
Feel free to add guides for other operating systems. Feel free to add guides for other operating systems.