diff --git a/README.rst b/README.rst
index b1f0d2bb5d877ff19578f291b9a585d7538d74e8..8c3c4da095395ed0c0751edfe09eaba7a6763284 100644
--- a/README.rst
+++ b/README.rst
@@ -10,22 +10,30 @@ The jppy Python package
 .. image:: https://examples.pages.km3net.de/km3badges/docs-latest-brightgreen.svg
     :target: https://km3py.pages.km3net.de/jppy
 
-This software provides access to the PDF functionalities in Jpp. It depends on
-some Jpp headers (no Jpp compilation needed) and on the ROOT ``TMath`` (a
-compiled ROOT installation is needed).
+This software provides Python access to functionalities in Jpp, like accesing
+PDF functions.
+
+It currently depends on a few Jpp headers (no Jpp compilation needed) and on
+ROOT ``TMath`` (a compiled ROOT installation is needed).
+
+**Note:** Beware that this package is WIP!
 
-**Note:** Beware that this package is in the development phase, so the API will
-change until version ``1.0.0`` is released!
 
 Installation
 ============
 
-Run ``make`` to compile the Python modules::
+The package can be installed via ``pip`` directly from the Git repository::
+
+    pip install git+https://git.km3net.de/km3py/jppy
+
+or from a local clone::
+
+    git clone https://git.km3net.de/km3py/jppy
+    pip install jppy/
 
-  make
 
-Example
-=======
+Example - Using PDFs
+====================
 
 Here is an example how to play around with muon PDFs using the ``jppy`` module::