From a66016df6653067f10ad334d27670e951fb60b15 Mon Sep 17 00:00:00 2001 From: Thomas Gardner Date: Wed, 25 Oct 2017 12:22:17 -0400 Subject: [PATCH] added install directly through pip --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 60e154a..3b621fd 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Taxonomies and predicates are represented as immutable Python dictionaries. # Installation ``` +pip install git+https://github.com/MISP/PyTaxonomies +``` +or +``` git clone https://github.com/MISP/PyTaxonomies cd PyTaxonomies git submodule init && git submodule update