Browse Source

Clarified CONTRIBUTING.rst

Added 'cd flask' before 'pip install --editable .'.
pull/1666/head
AvivC 9 years ago
parent
commit
23cf923c7c
  1. 1
      CONTRIBUTING.rst

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

Loading…
Cancel
Save