We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 951e888 + dd81add commit 9a967f6Copy full SHA for 9a967f6
cuda_bindings/docs/source/install.md
@@ -17,6 +17,16 @@ Only the NVRTC and nvJitLink redistributable components are required from the CU
17
$ pip install cuda-python
18
```
19
20
+Install all optional dependencies with:
21
+```{code-block} shell
22
+pip install cuda-python[all]
23
+```
24
+
25
+Where the optional dependencies are:
26
27
+* nvidia-cuda-nvrtc-cu12 (Provides NVRTC shared library)
28
+* nvidia-nvjitlink-cu12>=12.3 (Provides nvJitLink shared library)
29
30
## Installing from Conda
31
32
```console
0 commit comments