Merge branch 'master' of github.com:MISP/PyMISP

pull/55/head v2.4.67
Raphaël Vinot 2017-02-27 13:37:39 +01:00
commit 34acc6152b
1 changed files with 3 additions and 3 deletions

View File

@ -18,14 +18,14 @@ PyMISP allows you to fetch events, add or update events/attributes, add or updat
## Install from pip
```
pip install pymisp
pip3 install pymisp
```
## Install the lastest version from repo
```
git clone https://github.com/CIRCL/PyMISP.git && cd PyMISP
python setup.py install
python3 setup.py install
```
## Samples and how to use PyMISP
@ -47,7 +47,7 @@ fetch the last 10 events published.
```
cd examples
python last.py -l 10
python3 last.py -l 10
```
## Documentation