From 340bc30fefadc0c32c61dec5ac21361afab099be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20M=C3=BCller?= Date: Tue, 2 Jul 2024 15:00:03 +0200 Subject: [PATCH 1/3] Update README.md Improve readme for better self install (release related) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8946f79..817ad78 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. 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 ... From 8f4ffbc6506801e7d141038d8ff2c6faa5f5944b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20M=C3=BCller?= Date: Tue, 2 Jul 2024 15:02:46 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 817ad78..1fb9c06 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you wish to download and use the newest development cuvis locally, clone the 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. https://github.com/cubert-hyperspectral/cuvis.python/tree/release/v3.2) +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). From 55480c1f41185b2b8cceec4eee2420d7045b26fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20M=C3=BCller?= Date: Tue, 2 Jul 2024 15:03:09 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb9c06..6c30028 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you wish to download and use the newest development cuvis locally, clone the 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)). +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).