Browse Source

Add pip install --editable . to contributing docs

pull/1455/head
Nick Janetakis 10 years ago
parent
commit
8a96091644
  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