Skip to content

Commit 3e33174

Browse files
authored
Merge pull request #66 from lguerard/issues/60
Update documentation for OMERO tools requirements
2 parents 1fe1a8d + 5cba026 commit 3e33174

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/imcflibs/imagej/omerotools.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
Contains helpers to parse URLs and / or OMERO image IDs, connect to OMERO and
44
fetch images from the server.
55
6-
Requires the [`simple-omero-client`][simple-omero-client] JAR to be installed.
6+
Requires both the [`simple-omero-client`][simple-omero-client] and the
7+
[`omero-insight`][omero-insight] JARs to be installed.
8+
9+
Most of the functions will use the [`simple-omero-client`][simple-omero-client]
10+
to interact with the OMERO server. However, there are still some that
11+
requires the [`omero-insight`][omero-insight] plugin to read metadata.
712
813
[simple-omero-client]: https://github.com/GReD-Clermont/simple-omero-client
14+
[omero-insight]: https://github.com/ome/omero-insight
915
"""
1016

1117
from fr.igred.omero import Client

0 commit comments

Comments
 (0)