From 636dff5b9d34868b0e186e7b171f7804149ba3a1 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 26 Feb 2020 13:26:30 +0100
Subject: [PATCH] Update installation instructions

---
 README.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 058c2c1..c99862e 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,12 @@ ROOT ``TMath`` (a compiled ROOT installation is needed).
 Installation
 ============
 
-The package can be installed via ``pip`` directly from the Git repository::
+The package can be installed via ``pip``::
+
+    pip install jppy
+
+or directly from the Git repository to get the latest stable from the
+``master`` branch::
 
     pip install git+https://git.km3net.de/km3py/jppy
 
-- 
GitLab