mirror of https://github.com/pallets/flask.git
Add pip install --editable . to contributing docs
This commit is contained in:
parent
f0926d7b18
commit
8a96091644
|
|
@ -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…
Reference in New Issue