summaryrefslogtreecommitdiff
path: root/doc/install.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-09-17 20:15:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-09-17 20:15:53 -0400
commita73c2b9bfe6679423cc8e1e8f83538a1caa030b4 (patch)
treef8df74c332d4b3c068bd493c5a4c1a3f5561b65c /doc/install.rst
parenta5d67a849961b4d16ef72f08e3ebb7ddf7d96de8 (diff)
downloadpython-coveragepy-git-a73c2b9bfe6679423cc8e1e8f83538a1caa030b4.tar.gz
Remove notes about me being available for custom work, and rewrap many paragraphs.
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/install.rst b/doc/install.rst
index 9539093b..0a98e12b 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -48,8 +48,9 @@ or even::
Installing from source
----------------------
-Coverage.py includes a C extension for speed. If you are installing from source,
-you may need to install the python-dev support files, for example with::
+Coverage.py includes a C extension for speed. If you are installing from
+source, you may need to install the python-dev support files, for example
+with::
$ sudo apt-get install python-dev
@@ -58,9 +59,9 @@ Installing on Windows
---------------------
For Windows, kits are provided on the `PyPI page`__ for different versions of
-Python and different CPU architectures. These kits require that `setuptools`_ be
-installed as a pre-requisite, but otherwise are self-contained. They have the
-C extension pre-compiled so there's no need to worry about compilers.
+Python and different CPU architectures. These kits require that `setuptools`_
+be installed as a pre-requisite, but otherwise are self-contained. They have
+the C extension pre-compiled so there's no need to worry about compilers.
.. __: coverage_pypi_
@@ -68,8 +69,8 @@ C extension pre-compiled so there's no need to worry about compilers.
Checking the installation
-------------------------
-If all went well, you should be able to open a command prompt, and see
-coverage installed properly::
+If all went well, you should be able to open a command prompt, and see coverage
+installed properly::
$ coverage --version
Coverage.py, version 3.6. http://nedbatchelder.com/code/coverage