Skip to content

Commit a662df7

Browse files
committed
[doc/tutorial] Add support Python version note
1 parent feb953f commit a662df7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ the project name `python-odml <https://github.com/G-Node/python-odml>`_.
8989
Dependencies
9090
------------
9191

92-
The Python-odML library (version 1.4+) runs under Python 3.6+.
92+
The Python-odML library (version 1.5+) is tested and fully supported using Python 3.7+.
9393

9494
Additionally, the Python-odML library depends on the lxml, pyyaml and rdflib python packages.
9595

@@ -102,7 +102,7 @@ On Ubuntu, the dependency packages are available as ``python-lxml``, ``python-ya
102102
Note that on Ubuntu 14.04, the latter package additionally requires the
103103
installation of ``libxml2-dev``, ``libxslt1-dev``, and ``lib32z1-dev``.
104104

105-
Python 2 has reached end of life. We will not keep any future versions of odml Python 2 compatible and also recommend using a Python version >= 3.6. If a Python version < 3.6 is a requirement, the following dependency needs to be installed as well:
105+
Python 2 has reached end of life. We will not keep any future versions of odml Python 2 compatible and also recommend using a Python version >= 3.7. If a Python version < 3.7 is a requirement, the following dependency needs to be installed as well:
106106

107107
The ``enum34`` package with a ``pip`` installation or ``python-enum`` using the OS package manager.
108108

0 commit comments

Comments
 (0)