From 8a960916445b78b2e9069f89bc046eccc235f2be Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Wed, 6 May 2015 16:07:47 -0700 Subject: [PATCH] Add pip install --editable . to contributing docs --- CONTRIBUTING.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d7055c96..58508252 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -43,6 +43,14 @@ install it with:: pip install pytest +Clone this repository:: + + git clone https://github.com/mitsuhiko/flask.git + +Install Flask as an editable package using the current source:: + + pip install --editable . + Then you can run the testsuite with:: py.test