From d1495118c0a15143447d054f3f1c1167468d1f8b Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 3 Oct 2016 19:08:58 +0200 Subject: [PATCH] docs: Clarify importance of `make install-dev` --- docs/contributing.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index c88fa83..bec000b 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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