From 1b728e3a8b64a1b5bf353b7cd9ae833b33330b93 Mon Sep 17 00:00:00 2001 From: Krophil Date: Wed, 7 Sep 2016 21:15:12 +0200 Subject: [PATCH] README updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69a98a63..739141fa 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ generate a complete HTML documentation that will be available in the *./doc/html ### Dependencies: See requirements.txt -You may need to install some dev libraries like `libssl-dev`, `libjpeg-dev`, or `zlib1g-dev` to install all the -requiered dependancies with pip. +You may need to install some dev libraries like `libmysqlclient-dev`, `libssl-dev`, `libjpeg-dev`, or `zlib1g-dev` to install all the +requiered dependancies with pip. You may also need `mysql-client`. The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example)