From 081f9b526c9705fd8c92a90f4574ea9b8b1f3ef0 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 13 Jun 2019 09:06:18 +0900 Subject: [PATCH] chg: [doc] Added ZMQ to the procedure --- docs/INSTALL.ubuntu1804.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/INSTALL.ubuntu1804.md b/docs/INSTALL.ubuntu1804.md index 7d9369ecf..588745ca1 100644 --- a/docs/INSTALL.ubuntu1804.md +++ b/docs/INSTALL.ubuntu1804.md @@ -173,6 +173,9 @@ installCore () { # install lief $SUDO_WWW ${PATH_TO_MISP}/venv/bin/pip install https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.9.0.dev.zip + # install zmq needed by mispzmq + $SUDO_WWW ${PATH_TO_MISP}/venv/bin/pip install zmq + # install python-magic $SUDO_WWW ${PATH_TO_MISP}/venv/bin/pip install python-magic