From 00f9c27667592bad77155cec77b6a68530ccc09a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 27 Apr 2019 09:06:18 +0200 Subject: [PATCH] chg: [doc/misp-modules generic] update the dependency list --- docs/generic/misp-modules-debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generic/misp-modules-debian.md b/docs/generic/misp-modules-debian.md index 609bda0a2..fc28ab6ed 100644 --- a/docs/generic/misp-modules-debian.md +++ b/docs/generic/misp-modules-debian.md @@ -12,7 +12,7 @@ mispmodules () { $SUDO_USER git clone https://github.com/MISP/misp-modules.git cd misp-modules # some misp-modules dependencies - sudo apt-get install libpq5 libjpeg-dev libfuzzy-dev -y + sudo apt-get install python3-dev python3-pip libpq5 libjpeg-dev tesseract-ocr libpoppler-cpp-dev imagemagick virtualenv libopencv-dev zbar-tools libzbar0 libzbar-dev libfuzzy-dev -y # If you build an egg, the user you build it as need write permissions in the CWD sudo chgrp $WWW_USER . sudo chmod g+w .