diff --git a/README.md b/README.md index 0269e91..31b3fd8 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -Python API for MISP. Use the REST interface. +Python API for MISP using the REST interface of the application via requests. + +Install +------- + +python setup.py install + +Example +------- + +An example is available in examples/