From 60b688ba0d014c253c38b98d56c2cd9e553ad065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= Date: Tue, 28 Jun 2016 15:19:08 +0200 Subject: [PATCH] Update README.md with install instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a05cdb..c60cc2e 100644 --- a/README.md +++ b/README.md @@ -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 ~~~~