From a27113db4d5a2df91b5e31e200a5508022297408 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 28 Jun 2016 21:21:13 +0200 Subject: [PATCH] Install documentation updated --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dde3425..7c32970 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ apt-get install python3-dev python3-pip libpq5 git clone https://github.com/MISP/misp-modules.git cd misp-modules pip3 install -r REQUIREMENTS +cd .. +python3 setup.py build +python3 setup.py install python3 bin/misp-modules ~~~~