Update README.md

pull/6/head
Raphaël Vinot 2018-11-21 16:33:58 +01:00 committed by GitHub
parent 487cf54bc3
commit ed1b9d815f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@ Taxonomies and predicates are represented as immutable Python dictionaries.
# Installation
```
pip install git+https://github.com/MISP/PyTaxonomies
pip3 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
python3 setup.py install
```
## Basics