From 319d0ab4afa90699e073ba62cba7a90e81252873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 11 Apr 2016 12:24:13 +0200 Subject: [PATCH] Fix install commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb0c96b..ed80985 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ ## How to install and start MISP modules? ~~~~bash -apt-get install python-dev python3-pip +apt-get install python3-dev python3-pip libpq5 git clone https://github.com/MISP/misp-modules.git cd misp-modules pip3 install -r REQUIREMENTS