From 6f8db835ab49948ab6611d898d152a56867521f2 Mon Sep 17 00:00:00 2001 From: Paul Makepeace Date: Wed, 9 Oct 2013 23:08:47 +0500 Subject: [PATCH] Add a link to pip installer --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 99f842d..591f806 100644 --- a/README.rst +++ b/README.rst @@ -60,8 +60,10 @@ frameworks is very welcome to improve/"best practice" all this.) ``sudo pip install -r requirements.txt`` + (If you don't have ``pip`` visit `pip-installer.org `_) + #. Ensure you have a Refine server running somewhere and, if necessary, set - the envvars as above. + the environment vars as above. #. Run tests, build, and install: @@ -90,7 +92,7 @@ currently include: Contribute ============ -Patches welcome! Source is at https://github.com/PaulMakepeace/refine-client-py +Pull requests with passing tests welcome! Source is at https://github.com/PaulMakepeace/refine-client-py Useful Tools ------------