diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-25 09:16:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-25 09:16:13 -0400 |
commit | d97d176b20fa88a1a23597ccbad1f8347f8073c8 (patch) | |
tree | 7e884cc0bae9f3c7d3896834a125d9335c98ec88 | |
parent | 5354e6f601c563e8049de8fbbfb5bfe7cc2c8e9d (diff) | |
download | python-coveragepy-git-d97d176b20fa88a1a23597ccbad1f8347f8073c8.tar.gz |
Add a line about Python 3 dependencies.
-rw-r--r-- | doc/install.rst | 4 |
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 --------------------- |