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: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,17 +95,15 @@ where `{HOME}` will be the location of your home directory, typically `/Users/us
95
95
## Step 2: Install the QuPath Spotiflow extension
96
96
### On QuPath 0.6.x
97
97
98
-
- Open QuPath
99
-
- Go under `Extensions -> Manage extensions`
100
-
- Expand the `QuPath-BIOP catalog`
101
-
102
-
> Note: if you don't have the **QuPath-BIOP-catalog** installed, please follow the [catalog installation steps](https://github.com/BIOP/qupath-biop-catalog?tab=readme-ov-file#installation)
103
-
104
-
- Search for `QuPath Spotiflow extension` and click on the green button
105
-
- Select the latest version
106
-
- Click on `Install`
98
+
- Install and setup the [qupath-biop-catalog](https://github.com/BIOP/qupath-biop-catalog) first.
99
+
- Open the Extension Manager
100
+
- Follow steps described in the [official documention](https://qupath.readthedocs.io/en/latest/docs/intro/extensions.html) to browse and install/update the latest version of **QuPath Spotiflow** extension from the **QuPath BIOP** catalog.
101
+
102
+
> [!NOTE]
103
+
> If your extensions directory is unset, create a new empty folder somewhere on your computer. On QuPath, go under `Edit -> Preferences -> Extensions` and browse the empty folder you've just created.
104
+
> Extensions will then be added inside this folder.
107
105
108
-
> Note: If you need to update the extension, click on the ⚙️ button and select the latest version to install.
106
+
- You might then need to restart QuPath (but not your computer).
109
107
110
108
### On QuPath 0.5.x
111
109
@@ -170,6 +168,7 @@ Or you can download the [Spotiflow_detection_template.groovy](src/main/resources
170
168
171
169
> [!IMPORTANT]
172
170
> Lines starting with `//` are commented out and are not used. To enable those parameters, delete the `//`. To disable a parameter, add `//` at the start of the line.
171
+
> Some exmaples as provided in the [announcement forum post](https://forum.image.sc/t/qupath-extension-spotiflow-is-now-available/115646)
0 commit comments