summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysitu <ysitu@users.noreply.github.com>2014-06-06 15:35:56 -0400
committerysitu <ysitu@users.noreply.github.com>2014-06-06 15:35:56 -0400
commit04ce7b2fe37e1efc28a62298f03353a596891ec8 (patch)
treec134d2b26ab0828c1da25be7f4485d2113d15010
parenta96934e20bb21229600f1c2f30f6bf3894e028a1 (diff)
downloadnetworkx-04ce7b2fe37e1efc28a62298f03353a596891ec8.tar.gz
Clarify required Python versions
-rw-r--r--doc/source/install.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 2d3963e5..d9045b49 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -105,13 +105,10 @@ Requirements
Python
------
-To use NetworkX you need Python version 2.6 or later.
-Most of NetworkX works with Python version 3.1.2 or later.
-http://www.python.org/
+To use NetworkX you need Python 2.6, 2.7, 3.2 or later.
The easiest way to get Python and most optional packages is to install
-the Enthought Python distribution "Canopy"
-https://www.enthought.com/products/canopy/
+the Enthought Python distribution "`Canopy <https://www.enthought.com/products/canopy/>`_".
There are several other distributions that contain the key packages you need for scientific computing. See http://scipy.org/install.html for a list.