summaryrefslogtreecommitdiffstats
path: root/doc/install.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-09-04 11:46:16 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-09-04 11:46:16 (GMT)
commit48fcee6e1bcce7bfe295f3143c4ee2d93c4b3904 (patch)
tree8b7b3ae2f2285efb6f67662f2507496d80c1ec31 /doc/install.doc
parente1d10844790b1f8386eada1ea73960b16e6bc440 (diff)
downloadDoxygen-48fcee6e1bcce7bfe295f3143c4ee2d93c4b3904.zip
Doxygen-48fcee6e1bcce7bfe295f3143c4ee2d93c4b3904.tar.gz
Doxygen-48fcee6e1bcce7bfe295f3143c4ee2d93c4b3904.tar.bz2
Consistency in documentation of used Python versions
At some places Python version 2.6 was still mentioned, made uniform to 2.7 everywhere. (Is already a bit dubious as of January 1st, 2020 Python 2.7 will reached the end of its life., but still a lot will have Python 2.7 by default).
Diffstat (limited to 'doc/install.doc')
-rw-r--r--doc/install.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.doc b/doc/install.doc
index 97a0d7a..ba044b9 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -178,7 +178,7 @@ The next step is to install modern versions of \c bison and \c flex
(see https://sourceforge.net/projects/winflexbison/. After installation and adding them to
your `path` rename `win_flex.exe` to `flex.exe` and `win_bison.exe` to `bison.exe`)
\addindex python
-Furthermore you have to install \c python (version 2.6 or higher, see https://www.python.org).
+Furthermore you have to install \c python (version 2.7 or higher, see https://www.python.org).
These packages are needed during the compilation process.
Download doxygen's source tarball and put it somewhere (e.g. use <code>c:\\tools</code>)