diff --git a/INSTALL.txt b/INSTALL.txt index f3e515fe..727b2b2b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -21,7 +21,12 @@ With the following optional packages: * ``qcollectiongenerator`` which comes with Qt Assistant is used for bundling the docs for installation * `Doxygen `_ for building the documentation. Version 1.5.7 is needed to build the Qt Assistant docs. 1.7.0 or greater is recommended * `Python `_, `Sphinx `_ and `PyParsing `_ for generating the PolyVox manual in HTML + * Version 2 required - see note below. * `Python development libraries `_, `SWIG `_ for generating the Python bindings + * Version 3 required - see note below. + +.. note :: + Currently we use different versions of Python for generating the documentation (version 2) vs. building the bindings (version 3). However, it is unlikely that you as a user will want to build the documentation as it is available online, or you can view the source *.rst files directly. But if you do want to build both the documentation and the bindings yourself then you will need both versions of Python installed. Linux =====