From ef6dd2847814344b046ca8d7ce9bd19a40237dc3 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Wed, 20 Dec 2017 09:56:55 +0100 Subject: [PATCH] document submodule downloading --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4889a54..69b594c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ pip3 install pymisp ``` git clone https://github.com/MISP/PyMISP.git && cd PyMISP +git submodule update --init pip3 install -I . ```