dependencies: add missing; alphabetic ordering (#11)
manuall installation: add missing dependencies and alphabetic ordering
This commit is contained in:
parent
1ab447bbf0
commit
270121f3e5
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue