mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-06-28 05:19:33 +00:00
docs: Clarify importance of make install-dev
This commit is contained in:
parent
fccc9094c5
commit
d1495118c0
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue