Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ 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
```

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 ...
Expand Down