added ubuntu package to prerequisites

This commit is contained in:
Per Qvarforth 2022-01-23 17:11:00 +01:00
parent 00110faf86
commit 44372aae4e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ What things you need to install and how to install them. These instructions are
Install some ubuntu packages Install some ubuntu packages
``` ```
sudo apt-get install libpq-dev postgresql-12 postgresql-client-common postgresql-client libevent-dev apache2 php libapache2-mod-php php-pgsql libmagickwand-dev imagemagick php-imagick inkscape sudo apt-get install libpq-dev postgresql-12 postgresql-client-common postgresql-client libevent-dev apache2 php libapache2-mod-php php-dom php-pgsql libmagickwand-dev imagemagick php-imagick inkscape
``` ```
#### Install python #### Install python