Skip to content

Commit 9a967f6

Browse files
committed
Merge branch '12-next-docs' of https://github.com/vzhurba01/cuda-python into more_docs
2 parents 951e888 + dd81add commit 9a967f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cuda_bindings/docs/source/install.md

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ Only the NVRTC and nvJitLink redistributable components are required from the CU
1717
$ pip install cuda-python
1818
```
1919

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+
2030
## Installing from Conda
2131

2232
```console

0 commit comments

Comments
 (0)