docs: Clarify importance of make install-dev

This commit is contained in:
Markus Unterwaditzer 2016-10-03 19:08:58 +02:00
parent fccc9094c5
commit d1495118c0

View file

@ -71,7 +71,10 @@ For many patches, it might suffice to just let Travis run the tests. However,
Travis is slow, so you might want to run them locally too. For this, set up a
virtualenv_ and run this inside of it::
make install-dev # install vdirsyncer from the repo into the virtualenv
# install vdirsyncer from the repo into the virtualenv. Prerequisite for
# most other tasks.
make install-dev
make install-test # install test dependencies
make install-style # install dependencies for stylechecking
make install-docs # install dependencies for building documentation