mirror of https://github.com/MISP/PyTaxonomies
added install directly through pip
parent
acf936ae58
commit
a66016df66
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue