diff options
-rw-r--r-- | doc/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.rst b/doc/install.rst index c46e80ed..dd901c6f 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -14,7 +14,7 @@ Installing coverage.py is fairly standard: #. Download the appropriate kit from the `coverage page on the Python Package Index`__. - + #. Run ``python setup.py install``. or, use:: |