From 43da01cab6e2864e39db5716e2ea9c04f78c8e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardas=20Ali=C5=A1auskas?= Date: Wed, 20 Feb 2019 02:20:45 +0000 Subject: [PATCH] fix install section --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 36ae597..f40d5fc 100644 --- a/README.rst +++ b/README.rst @@ -30,9 +30,7 @@ To install from source : :: - git clone https://github.com/gamenet/redis-memory-analyzer - cd redis-memory-analyzer - sudo python setup.py install + pip install git+https://github.com/gamenet/redis-memory-analyzer@v0.2.0 Running -------