mirror of https://github.com/MISP/PyTaxonomies
commit
05ca39494a
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue