You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,23 @@ cuVS contains state-of-the-art implementations of several algorithms for running
34
34
35
35
cuVS comes with pre-built packages that can be installed through [conda](https://conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-python). Different packages are available for the different languages supported by cuVS:
36
36
37
-
| Python | C++ | C|
38
-
|--------|-----|---|
39
-
|`pycuvs`|`libcuvs`|`libcuvs_c`|
37
+
| Python | C/C++ |
38
+
|--------|-----------------------------|
39
+
|`cuvs`|`libcuvs`, `libcuvs-static`|
40
40
41
41
### Stable release
42
42
43
-
It is recommended to use [mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) to install the desired packages. The following command will install the Python package. You can substitute `pycuvs` for any of the packages in the table above:
43
+
It is recommended to use [mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) to install the desired packages. The following command will install the Python package. You can substitute `cuvs` for any of the packages in the table above:
0 commit comments