Clarified CONTRIBUTING.rst

Added 'cd flask' before 'pip install --editable .'.
This commit is contained in:
AvivC 2015-12-27 04:55:57 +02:00
parent 9f2f3484a8
commit e5e2a6f9c3

View file

@ -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::