@@ -52,21 +52,22 @@ If you choose the default installation paths paquo should autodetect your QuPath
5252Or you can run the following command to download a specific version of QuPath
5353to a location on your machine. Follow the printed instructions to configure
5454paquo to use that version. Currently, paquo supports every version of QuPath from
55- ` 0.2.0 ` to the most recent. _ (We even support older ` 0.2.0-mX ` versions but no guarantees)._
55+ ` 0.2.0 ` to the most recent. We're testing against the newest minor version for
56+ all supported QuPath releases. _ (We even support older ` 0.2.0-mX ` versions but no guarantees)._
5657
5758``` shell
58- > paquo get_qupath --install-path " /some/path/on/your/machine" 0.5 .0
59- # downloading: https://github.com/qupath/qupath/releases/download/v0.5 .0/QuPath-0.4.3 -Linux.tar.xz
59+ > paquo get_qupath --install-path " /some/path/on/your/machine" 0.6 .0
60+ # downloading: https://github.com/qupath/qupath/releases/download/v0.6 .0/QuPath-0.6.0 -Linux.tar.xz
6061# progress ................... OK
61- # extracting: [...]/QuPath-0.5 .0-Linux.tar.xz
62- # available at: /some/path/on/your/machine/QuPath-0.5 .0
62+ # extracting: [...]/QuPath-0.6 .0-Linux.tar.xz
63+ # available at: /some/path/on/your/machine/QuPath-0.6 .0
6364#
6465# use via environment variable:
65- # $ export PAQUO_QUPATH_DIR=/some/path/on/your/machine/QuPath-0.5 .0
66+ # $ export PAQUO_QUPATH_DIR=/some/path/on/your/machine/QuPath-0.6 .0
6667#
6768# use via .paquo.toml config file:
68- # qupath_dir="/some/path/on/your/machine/QuPath-0.5 .0"
69- /some/path/on/your/machine/QuPath-0.5 .0
69+ # qupath_dir="/some/path/on/your/machine/QuPath-0.6 .0"
70+ /some/path/on/your/machine/QuPath-0.6 .0
7071```
7172
7273## Development Installation
0 commit comments