From 23cf923c7c2e4a3808e6c71b6faa34d1749d4cb6 Mon Sep 17 00:00:00 2001 From: AvivC Date: Sun, 27 Dec 2015 04:55:57 +0200 Subject: [PATCH] Clarified CONTRIBUTING.rst Added 'cd flask' before 'pip install --editable .'. --- CONTRIBUTING.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 419c70cbd2..12083f52a2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -49,6 +49,7 @@ Clone this repository:: Install Flask as an editable package using the current source:: + cd flask pip install --editable . Then you can run the testsuite with::