Skip to content

Commit b720101

Browse files
committed
Remove duplicate command
1 parent b61095a commit b720101

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/contributing.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,14 @@ For many patches, it might suffice to just let CI run the tests. However,
7979
CI is slow, so you might want to run them locally too. For this, set up a
8080
virtualenv_ and run this inside of it::
8181

82-
# install:
82+
# Install development dependencies, including:
8383
# - vdirsyncer from the repo into the virtualenv
8484
# - stylecheckers (flake8) and code formatters (autopep8)
8585
make install-dev
8686

8787
# Install git commit hook for some extra linting and checking
8888
pre-commit install
8989

90-
# Install development dependencies
91-
make install-dev
92-
9390
Then you can run::
9491

9592
make test # The normal testsuite

0 commit comments

Comments
 (0)