Skip to content

Commit 3b35495

Browse files
committed
Add PYPI optional dependencies installation instructions
1 parent e774b32 commit 3b35495

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cuda_bindings/docs/source/install.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ dependencies are as follows:
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
```{code-block} shell

0 commit comments

Comments
 (0)