From 0394bcd69c805e07b1099625b425e049baafbb6f Mon Sep 17 00:00:00 2001 From: drevicko Date: Thu, 2 Mar 2017 11:08:02 +0000 Subject: [PATCH] add make version to readme for pip install pip install needs the VERSION file - `make version` will create that file I also added the -U flag to pip install to force install (this is important if the user is playing with the code or trying out different older versions, as pip will not install if it thinks the git repo represents a version already installed or older than the one installed) --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8b8633f..1a3589c 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,8 @@ Through PIP .. code:: bash - pip install --user senpy + make version + pip install -U --user senpy Alternatively, you can use the development version: