Merge pull request #85 from rmarsollier/master

add libjpeg-dev as a dep to allow pillow to be installed succesfully
pull/86/head
Raphaël Vinot 2016-12-20 21:51:40 +01:00 committed by GitHub
commit 05d0e9aed6
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