Skip to content

Commit

Permalink
Merge pull request #85 from rmarsollier/master
Browse files Browse the repository at this point in the history
add libjpeg-dev as a dep to allow pillow to be installed succesfully
  • Loading branch information
Rafiot committed Dec 20, 2016
2 parents 1753c89 + 97c49e2 commit 05d0e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05d0e9a

Please sign in to comment.