added Installation section

pull/2/head
Thomas Gardner 2017-10-25 12:15:55 -04:00
parent f2f1dc7b6b
commit acf936ae58
1 changed files with 8 additions and 0 deletions

View File

@ -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
```