From a7d5d82dbd68efcbff8b0f0297da63ad7cae54a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20M=C3=BCller?= Date: Tue, 24 Sep 2024 11:33:23 +0200 Subject: [PATCH 1/2] Update README.md add description how to install "--pre" versions of the repository. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a7f38b0..fd9b92e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ 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. +To access the newest python cuvis version (for use with SDK beta versions, etc) you can install them with + +``` +pip install cuvis --pre +``` + ### Via repository If you wish to download and use the newest development cuvis locally, clone the git repository From 225378007b15b325bcfd7d8a135a297f4ae5916a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20M=C3=BCller?= Date: Wed, 25 Sep 2024 10:10:39 +0200 Subject: [PATCH 2/2] Update README.md changed them to it as suggested by @manke-cubert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9b92e..a22271a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,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. -To access the newest python cuvis version (for use with SDK beta versions, etc) you can install them with +To access the newest python cuvis version (for use with SDK beta versions, etc) you can install it with ``` pip install cuvis --pre