summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-04-25 09:16:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-04-25 09:16:13 -0400
commitd97d176b20fa88a1a23597ccbad1f8347f8073c8 (patch)
tree7e884cc0bae9f3c7d3896834a125d9335c98ec88
parent5354e6f601c563e8049de8fbbfb5bfe7cc2c8e9d (diff)
downloadpython-coveragepy-git-d97d176b20fa88a1a23597ccbad1f8347f8073c8.tar.gz
Add a line about Python 3 dependencies.
-rw-r--r--doc/install.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install.rst b/doc/install.rst
index 757b7757..67af7203 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -63,6 +63,10 @@ with::
$ sudo apt-get install python-dev
+or for Python 3.x::
+
+ $ sudo apt-get install python3-dev
+
Installing on Windows
---------------------