Update README.md with install instructions

pull/21/head
Antonio Sánchez 2016-06-28 15:19:08 +02:00 committed by GitHub
parent 101a274447
commit 60b688ba0d
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
~~~~