diff --git a/README.md b/README.md index c7ac850..60e154a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Pythonic way to work with the taxonomies defined there: https://github.com/MISP/ Taxonomies and predicates are represented as immutable Python dictionaries. +# Installation +``` +git clone https://github.com/MISP/PyTaxonomies +cd PyTaxonomies +git submodule init && git submodule update +python setup.py install +``` + ## Basics ```