Skip to content

Commit ae607d4

Browse files
author
Benjamin Müller
authored
Update README.md (#33)
* Update README.md add description how to install "--pre" versions of the repository. * Update README.md changed them to it as suggested by @manke-cubert
1 parent 85fd0e1 commit ae607d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ pip install cuvis
4040
or add `cuvis` to your project `requirements.txt` or `setup.py`.
4141
We currently provide pre-compiled binaries for Python 3.9, 3.10, 3.11 and 3.12 for Windows 64-bit.
4242

43+
To access the newest python cuvis version (for use with SDK beta versions, etc) you can install it with
44+
45+
```
46+
pip install cuvis --pre
47+
```
48+
4349
### Via repository
4450

4551
If you wish to download and use the newest development cuvis locally, clone the git repository

0 commit comments

Comments
 (0)