Merge pull request #2 from CenturyLinkCIRT/master

Added Installation section to README
pull/6/head
Raphaël Vinot 2017-10-25 12:37:43 -04:00 committed by GitHub
commit 05ca39494a
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
```