Merge pull request #1455 from nickjj/docs_contributing

Add pip install --editable . to contributing docs
This commit is contained in:
Markus Unterwaditzer 2015-05-07 13:24:13 +02:00
commit 3fe68c221a

View file

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