Browse Source

Merge pull request #1455 from nickjj/docs_contributing

Add pip install --editable . to contributing docs
pull/1462/head
Markus Unterwaditzer 10 years ago
parent
commit
3fe68c221a
  1. 8
      CONTRIBUTING.rst

8
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

Loading…
Cancel
Save