add libjpeg-dev as a dep to allow pillow to be installed succesfully

pull/85/head
robin.marsollier@conix.fr 2016-12-20 16:14:08 +01:00
parent 1753c89bed
commit 97c49e2675
1 changed files with 1 additions and 1 deletions

View File

@ -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