added install directly through pip

pull/2/head
Thomas Gardner 2017-10-25 12:22:17 -04:00
parent acf936ae58
commit a66016df66
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ Taxonomies and predicates are represented as immutable Python dictionaries.
# Installation # Installation
``` ```
pip install git+https://github.com/MISP/PyTaxonomies
```
or
```
git clone https://github.com/MISP/PyTaxonomies git clone https://github.com/MISP/PyTaxonomies
cd PyTaxonomies cd PyTaxonomies
git submodule init && git submodule update git submodule init && git submodule update