Merge pull request #46 from plutec/master

Update README.md with install instructions
pull/21/head
Raphaël Vinot 2016-06-28 23:00:21 +09:00 committed by GitHub
commit 0f9c2ca8fe
1 changed files with 7 additions and 1 deletions

View File

@ -8,9 +8,15 @@ PyMISP allows you to fetch events, add or update events/attributes, add or updat
* [requests](http://docs.python-requests.org)
## Install
## Install from pip
~~~~
pip install pymisp
~~~~
## Install the lastest version from repo
~~~~
git clone https://github.com/CIRCL/PyMISP.git && cd PyMISP
python setup.py install
~~~~