mirror of https://github.com/MISP/PyTaxonomies
Update README.md
parent
487cf54bc3
commit
ed1b9d815f
|
@ -12,14 +12,14 @@ Taxonomies and predicates are represented as immutable Python dictionaries.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
```
|
```
|
||||||
pip install git+https://github.com/MISP/PyTaxonomies
|
pip3 install git+https://github.com/MISP/PyTaxonomies
|
||||||
```
|
```
|
||||||
or
|
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
|
||||||
python setup.py install
|
python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basics
|
## Basics
|
||||||
|
|
Loading…
Reference in New Issue