Skip to content

Commit 6d7d525

Browse files
committed
[doc/tutorial] Update install instructions
1 parent 167bdce commit 6d7d525

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/tutorial.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,22 @@ the project name `python-odml <https://github.com/G-Node/python-odml>`_.
8888
Dependencies
8989
------------
9090

91-
The Python-odML library (version 1.4) runs under Python 2.7 or 3.5.
91+
The Python-odML library (version 1.4+) runs under Python 3.6+.
9292

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

9595
When the odML-Python library is installed via pip or the setup.py, these
9696
packages will be automatically downloaded and installed. Alternatively, they
9797
can be installed from the OS package manager.
9898

99-
On Ubuntu, the dependency packages are available as ``python-enum`` and
100-
``python-lxml``.
99+
On Ubuntu, the dependency packages are available as ``python-lxml``, ``python-yaml`` and ``python-rdflib``.
101100

102101
Note that on Ubuntu 14.04, the latter package additionally requires the
103102
installation of ``libxml2-dev``, ``libxslt1-dev``, and ``lib32z1-dev``.
104103

104+
Python 2 has reached end of life. We will not keep any future versions of odml Python 2 compatible and also advertise 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+
106+
The ``enum34`` package with a ``pip`` installation or ``python-enum`` using the OS package manager.
105107

106108
Installation...
107109
---------------
@@ -120,8 +122,8 @@ downloaded and installed.
120122
If you are not familiar with PyPI and pip, please have a look at the available
121123
online documentation.
122124

123-
Installation
124-
------------
125+
... from source:
126+
****************
125127

126128
To download the Python-odML library please either use git and clone the
127129
repository from GitHub::

0 commit comments

Comments
 (0)