From 60cfeec49e998029e8a684ee447fbe59b23dcb8f Mon Sep 17 00:00:00 2001 From: Matthieu Huin Date: Wed, 1 Apr 2015 14:37:02 +0200 Subject: [PATCH] Document installation from repository The reviewstats library cannot be installed from PyPI as it is, as a tag is needed, or at least a package download URL must be specified. A user can still install the library and the utilities by cloning the repo and running the setup script, and therefore this process is documented rather than the erroneous pip command. Change-Id: I342fa0f68242316e7ef7bb5959118fdd32d10b9e --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 93538f0..0e34477 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,9 @@ Features Usage ----- -pip install reviewstats +Clone the git repository, then install the library:: + + pip install . Run the scripts.