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
commit5f15f1b8c251eae039b5fd543efe8d2a4caf3acf (patch)
tree5bedab5c3b4100d152437f896fa6b093dd22b3bc
parent2ebe735a6c101d559109644ad5842ea10e32a989 (diff)
downloadpython-coveragepy-5f15f1b8c251eae039b5fd543efe8d2a4caf3acf.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 757b775..67af720 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
---------------------