From bf57ce0b12012b0d4549c126c56435f69cc89484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 10 Apr 2016 16:35:32 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 749a5fe..594e5c1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ ## How to install and start MISP modules? ~~~~bash -git clone git@github.com:MISP/misp-modules.git +apt-get install python-dev python3-pip +git clone https://github.com/MISP/misp-modules.git cd misp-modules pip3 install -r REQUIREMENTS cd bin