You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tutorial.rst
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,20 +88,22 @@ the project name `python-odml <https://github.com/G-Node/python-odml>`_.
88
88
Dependencies
89
89
------------
90
90
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+.
92
92
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.
94
94
95
95
When the odML-Python library is installed via pip or the setup.py, these
96
96
packages will be automatically downloaded and installed. Alternatively, they
97
97
can be installed from the OS package manager.
98
98
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``.
101
100
102
101
Note that on Ubuntu 14.04, the latter package additionally requires the
103
102
installation of ``libxml2-dev``, ``libxslt1-dev``, and ``lib32z1-dev``.
104
103
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.
105
107
106
108
Installation...
107
109
---------------
@@ -120,8 +122,8 @@ downloaded and installed.
120
122
If you are not familiar with PyPI and pip, please have a look at the available
121
123
online documentation.
122
124
123
-
Installation
124
-
------------
125
+
... from source:
126
+
****************
125
127
126
128
To download the Python-odML library please either use git and clone the
0 commit comments