Browse Source

Doc update on coverage dependency

Matthew Wang 11 years ago
parent
commit
f03fda41f1
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.rst

+ 2
- 1
README.rst View File

@@ -117,7 +117,8 @@ Notes
117 117
   2.6, 2.7, 3.2, 3.3 and pypy
118 118
 - Only takes unified diff for input
119 119
 - Side by side mode has alignment problem for wide chars
120
-- Pull requests are very welcome (please run ``make test`` to verify)
120
+- Pull requests are very welcome, run ``make test`` to verify (required tool
121
+  *coverage* can be installed with ``pip install coverage``)
121 122
 
122 123
 See also
123 124
 --------