From 665adec51db5e5be6a5a2a581325926e7c872933 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Thu, 9 Jun 2016 17:43:01 +0200 Subject: [PATCH] Add instructions to upgrade using pip --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index b5046dee..7c19e135 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,10 @@ For the stable version, as simple as:: pip3 install patacrep +And upgrade to the latest release:: + + pip3 install patacrep -U + Or for the latest version:: pip3 install https://github.com/patacrep/patacrep/archive/master.zip