From 97c49e267577624dbfbe072d2c4339a87be18c4a Mon Sep 17 00:00:00 2001 From: "robin.marsollier@conix.fr" Date: Tue, 20 Dec 2016 16:14:08 +0100 Subject: [PATCH] add libjpeg-dev as a dep to allow pillow to be installed succesfully --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e53c4d..77a320d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ ## How to install and start MISP modules? ~~~~bash -sudo apt-get install python3-dev python3-pip libpq5 +sudo apt-get install python3-dev python3-pip libpq5 libjpeg-dev cd /usr/local/src/ sudo git clone https://github.com/MISP/misp-modules.git cd misp-modules