diff --git a/doc/sphinx/compiling/dependencies.rst b/doc/sphinx/compiling/dependencies.rst
index d6dac4d99..369e2bea6 100644
--- a/doc/sphinx/compiling/dependencies.rst
+++ b/doc/sphinx/compiling/dependencies.rst
@@ -1,4 +1,3 @@
-
.. _sec-dependencies:
Software used by Cantera
@@ -53,9 +52,7 @@ Other Required Software
* http://python.org/download/
* Known to work with 2.7 and 3.5. Expected to work with versions >= 3.3.
- * The Cython module supports Python 2.7 and 3.x. However, SCons requires
- Python 2, so compilation of the Python 3 module requires two Python
- installations.
+ * The Cython module supports Python 2.7 and 3.x.
* Boost
@@ -123,13 +120,13 @@ Optional Programs
* Required to build the Cantera Python module, and to run significant portions
of the test suite.
- * Known to work with versions 1.8.1-1.13. Expected to work with
+ * Known to work with versions 1.8.1-1.14.0. Expected to work with
versions >= 1.8.1.
* `Cython `_
- * Required version >=0.23 installed for Python 2.7 to build the Python module
- for both Python 2.7 and Python 3.x.
+ * Required version >=0.23 to build the Python module. Must be installed for
+ the same Python where SCons is installed.
* `3to2 `_
@@ -153,11 +150,11 @@ Optional Programs
* Packages required for building Sphinx documentation
- * `Sphinx `_ (install with ``pip install --upgrade sphinx``)
- * `Pygments `_ (install with ``pip install --upgrade pygments``)
- * `pyparsing `_ (install with ``pip install --upgrade pyparsing``)
- * `doxylink `_ (install with ``pip install --upgrade sphinxcontrib-doxylink``)
- * `matlabdomain `_ (install with ``pip install sphinxcontrib-matlabdomain``)
+ * `Sphinx `_
+ * `Pygments `_
+ * `pyparsing `_
+ * `doxylink `_
+ * `matlabdomain `_
* `Doxygen `_