From 9efd85d99bc2791758d5825240efa1431c9a5e0c Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 11 Jan 2017 00:35:04 +0100 Subject: [PATCH] Update README with dependancies --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 739141fa..b280110c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,14 @@ generate a complete HTML documentation that will be available in the *./doc/html See requirements.txt 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`. +requiered dependancies with pip. You may also need `mysql-client`. Don't also forget `python3-dev` if you don't have it +already. + +You can check all of them with: + +``` +sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-dev +``` The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example)