diff options
Diffstat (limited to 'doc/install.rst')
-rw-r--r-- | doc/install.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/install.rst b/doc/install.rst index 91021b1b..8f5b68af 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -69,3 +69,8 @@ coverage installed properly:: $ coverage --version Coverage.py, version 3.5.3. http://nedbatchelder.com/code/coverage + +You can also invoke coverage as a module:: + + $ python -m coverage --version + Coverage.py, version 3.5.3. http://nedbatchelder.com/code/coverage |