Skip to content

Commit b0323b9

Browse files
committed
Fix line length
1 parent d6ca59b commit b0323b9

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ paths, I/O (file handles, ...), strings etc. and tons of [Fiji][fiji] /
1515
cross-script redundanciees.
1616

1717
Initially this has been a multi-purpose package where a substantial part had
18-
been useful in **CPython** as well. However, since the latest Jython
19-
release is still based on Python 2.7 (see the [Jython 3 roadmap][jython3] for
20-
more info), *imcflibs* is now basically limited to the **Fiji / ImageJ2
21-
ecosystem**.
18+
been useful in **CPython** as well. However, since the latest Jython release is
19+
still based on Python 2.7 (see the [Jython 3 roadmap][jython3] for more info),
20+
*imcflibs* is now basically limited to the **Fiji / ImageJ2 ecosystem**.
2221

2322
Releases are made through Maven and published to the [SciJava Maven
2423
repository][sj_maven]. The easiest way to use the lib is by adding the **`IMCF
@@ -36,7 +35,9 @@ Biozentrum, University of Basel, Switzerland.
3635

3736
### Required Update Sites
3837

39-
After a fresh install of [Fiji](https://fiji.sc/), navigate to *Help* -> *Update* and in the resulting window, press *Manage Update Sites*. Here, search for and tick the following necessary update sites for this package.
38+
After a fresh install of [Fiji], navigate to *Help* -> *Update* and in the
39+
resulting window, press *Manage Update Sites*. Here, search for and tick the
40+
following necessary update sites for this package.
4041

4142
- ImageJ
4243
- Fiji
@@ -52,13 +53,23 @@ After a fresh install of [Fiji](https://fiji.sc/), navigate to *Help* -> *Update
5253
- TrackMate-Weka
5354
- TrackMate-MorpholibJ
5455

55-
The **`IMCF Uni Basel`** update-site will supply the necessary `.jar` to run the functions contained in this package, but alternatively, the most up-to-date `.jar` for this package can be always found on the [Scijava Maven repository][scijava-1.5.0], which links to, for example, the `1.5.0` version of `python-imcflibs`.
56+
The **`IMCF Uni Basel`** update-site will supply the necessary `.jar` to run the
57+
functions contained in this package, but alternatively, the most up-to-date
58+
`.jar` for this package can be always found on the [Scijava Maven
59+
repository][scijava-1.5.0], which links to, for example, the `1.5.0` version of
60+
`python-imcflibs`.
5661

57-
If you manually download the `.jar` from Scijava, extract the zip folder, and place the `.jar` file in the `\jars` folder of your Fiji installation, e.g `C:\Tools\Fiji.app\jars\`.
62+
If you manually download the `.jar` from Scijava, extract the zip folder, and
63+
place the `.jar` file in the `\jars` folder of your Fiji installation, e.g
64+
`C:\Tools\Fiji.app\jars\`.
5865

5966
### Testing Installation
6067

61-
To check the package's correct installation in Fiji, search for *Script Interpreter* in the Search bar, and type `:lang python`, followed by e.g. `import imcflibs.imagej.misc`. If no errors are shown, the installation was successful. Alternatively, you can scroll in the sidebar of the Interpreter to search for imcflibs.
68+
To check the package's correct installation in Fiji, search for *Script
69+
Interpreter* in the Search bar, and type `:lang python`, followed by e.g.
70+
`import imcflibs.imagej.misc`. If no errors are shown, the installation was
71+
successful. Alternatively, you can scroll in the sidebar of the Interpreter to
72+
search for imcflibs.
6273

6374
## Example usage
6475

0 commit comments

Comments
 (0)