From ed1b9d815f0e803768b94689f0ad3623f0957b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 21 Nov 2018 16:33:58 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b621fd..4b02778 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Taxonomies and predicates are represented as immutable Python dictionaries. # Installation ``` -pip install git+https://github.com/MISP/PyTaxonomies +pip3 install git+https://github.com/MISP/PyTaxonomies ``` or ``` git clone https://github.com/MISP/PyTaxonomies cd PyTaxonomies git submodule init && git submodule update -python setup.py install +python3 setup.py install ``` ## Basics