diff --git a/README.md b/README.md index 8946f79..6c30028 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ We currently provide pre-compiled binaries for Python 3.9, 3.10, 3.11 and 3.12 f ### Via repository -If you wish to download and use cuvis locally, clone the git repository +If you wish to download and use the newest development cuvis locally, clone the git repository ```shell git clone git@github.com:cubert-hyperspectral/cuvis.python.git @@ -50,6 +50,8 @@ If you wish to download and use cuvis locally, clone the git repository and install the wrapper locally. +If you wish to use the version compatible to the available Cuvis SDK download, check out the version on the site [above](https://cloud.cubert-gmbh.de/s/q3YiPZPJe5oXziZ) and use the respective release branch (e.g. [release/v3.2](https://github.com/cubert-hyperspectral/cuvis.python/tree/release/v3.2)). + For building the python bindings refer to [cuvis.pyil](https://github.com/cubert-hyperspectral/cuvis.pyil). ## How to ...