Merge branch 'master' of github.com:MISP/PyTaxonomies

pull/6/head
Raphaël Vinot 2017-10-25 15:05:06 -04:00
commit 64089dad1e
1 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,18 @@ Pythonic way to work with the taxonomies defined there: https://github.com/MISP/
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
python setup.py install
```
## Basics
```