summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-18 17:50:12 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-18 17:50:12 -0500
commit4b6a63868785034da48dad3ce246eaf4fb999a56 (patch)
tree2020a320d4acaf2cf419d92ed47b0d7ca6908649
parent8b47f416b40c7999df51ad5e417fb06e220d746b (diff)
downloadpython-coveragepy-4b6a63868785034da48dad3ce246eaf4fb999a56.tar.gz
Remove outdated alternate installation instructions
-rw-r--r--doc/install.rst17
1 files changed, 2 insertions, 15 deletions
diff --git a/doc/install.rst b/doc/install.rst
index bcea93f..5774d1b 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -24,17 +24,16 @@ Installation
.. :history: 20131005T210600, updated for 3.7.
.. :history: 20131212T213500, updated for 3.7.1.
.. :history: 20140927T102700, updated for 4.0a1.
+.. :history: 20161218T173000, remove alternate instructions w/ Distribute
.. highlight:: console
.. _coverage_pypi: http://pypi.python.org/pypi/coverage
.. _setuptools: http://pypi.python.org/pypi/setuptools
-.. _Distribute: http://packages.python.org/distribute/
-Installing coverage.py is done in the usual ways. The simplest way is with
-pip::
+You can install coverage.py in the usual ways. The simplest way is with pip::
$ pip install coverage
@@ -45,18 +44,6 @@ pip::
$ pip install --pre coverage
-The alternate old-school technique is:
-
-#. Install (or already have installed) `setuptools`_ or `Distribute`_.
-
-#. Download the appropriate kit from the
- `coverage.py page on the Python Package Index`__.
-
-#. Run ``python setup.py install``.
-
-.. __: coverage_pypi_
-
-
.. _install_extension:
C Extension