Skip to content

Commit 8a3456c

Browse files
committed
[doc/tutorial] Update install section
1 parent d74e867 commit 8a3456c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/tutorial.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ What are metadata and why are they needed?
3838

3939
While maintaining the relation to the actual raw-data, odML can help to
4040
collect all metadata which are usually distributed over several files and
41-
formats, and to store them unitetly which facilitates sharing data and
41+
formats, and to store them unitedly which facilitates sharing data and
4242
metadata.
4343

4444
Key features of odML
4545
- open, XML based language, to collect, store and share metadata
4646
- Machine- and human-readable
47-
- Interactive odML-Editor
4847
- Python-odML library
48+
- Interactive odML-Editor
4949

5050
-------------------------------------------------------------------------------
5151

@@ -60,7 +60,7 @@ learned a programming language.
6060
To cover the different demands of all users, we provide a slow introduction to
6161
the odML framework that even allows programming beginners to learn the basic
6262
concepts. We will demonstrate how to generate an odML file and present more
63-
advanced possibilies of the Python-odML library (e.g., how to search for
63+
advanced possibilities of the Python-odML library (e.g., how to search for
6464
certain metadata or how to integrate existing terminologies).
6565

6666
At the end of this tutorial we will provide a few guidelines that will help you
@@ -71,7 +71,7 @@ The code for the example odML files, which we use within this tutorial is part
7171
of the documentation package (see doc/example_odMLs/).
7272

7373
A summary of available odML terminologies and templates can be found `here
74-
<http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml>`_.
74+
<http://portal.g-node.org/odml/terminologies/v1.1/terminologies.xml>`_.
7575

7676
-------------------------------------------------------------------------------
7777

@@ -88,9 +88,9 @@ the project name `python-odml <https://github.com/G-Node/python-odml>`_.
8888
Dependencies
8989
------------
9090

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

93-
Additionally, the Python-odML library depends on Enum (version 0.4.4).
93+
Additionally, the Python-odML library depends on Enum, lxml, pyyaml and rdflib.
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
@@ -110,11 +110,11 @@ Installation...
110110
************
111111

112112
The simplest way to install the Python-odML library is from `PyPI
113-
<https://pypi.python.org/pypi>`_ using `pip <https://pip.pypa.io/en/stable/>`_::
113+
<https://pypi.python.org/>`_ using `pip <https://pip.pypa.io/en/stable/>`_::
114114

115115
$ pip install odml
116116

117-
The appropriate Python dependencies (Enum and lxml) will be automatically
117+
The appropriate Python dependencies will be automatically
118118
downloaded and installed.
119119

120120
If you are not familiar with PyPI and pip, please have a look at the available
@@ -129,7 +129,7 @@ repository from GitHub::
129129
$ cd /home/usr/toolbox/
130130
$ git clone https://github.com/G-Node/python-odml.git
131131

132-
... or if you don't want to use git download the ZIP file also provided on
132+
... or if you don't want to use git, download the ZIP file also provided on
133133
GitHub to your computer (e.g. as above on your home directory under a "toolbox"
134134
folder).
135135

0 commit comments

Comments
 (0)