From 5babfc5fe606094ed8a5f06994eee13fe2a1fe46 Mon Sep 17 00:00:00 2001 From: Simon Birkholz Date: Tue, 1 Oct 2024 10:05:58 +0200 Subject: [PATCH 1/2] added mentions of precompiled versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a22271a..2b28dea 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ pip install cuvis ``` or add `cuvis` to your project `requirements.txt` or `setup.py`. -We currently provide pre-compiled binaries for Python 3.9, 3.10, 3.11 and 3.12 for Windows 64-bit. +We currently provide pre-compiled binaries for Python 3.9, 3.10, 3.11 and 3.12 for Windows 64-bit, Ubuntu 20.04 and Ubuntu 22.04. To access the newest python cuvis version (for use with SDK beta versions, etc) you can install it with From c89e9ffe9fe3844b043274b9673deadcd6e43360 Mon Sep 17 00:00:00 2001 From: Simon Birkholz Date: Tue, 1 Oct 2024 10:06:50 +0200 Subject: [PATCH 2/2] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b28dea..e573bf9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ pip install cuvis ``` or add `cuvis` to your project `requirements.txt` or `setup.py`. -We currently provide pre-compiled binaries for Python 3.9, 3.10, 3.11 and 3.12 for Windows 64-bit, Ubuntu 20.04 and Ubuntu 22.04. +We currently provide pre-compiled binaries for Python 3.9, 3.10, 3.11 and 3.12 for Windows, Ubuntu 20.04 and Ubuntu 22.04 (all 64-bit). To access the newest python cuvis version (for use with SDK beta versions, etc) you can install it with