Skip to content

Commit e570e06

Browse files
committed
update
1 parent c3d009e commit e570e06

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Install Tilus using `pip`:
1818
```
1919
pip install tilus
2020
```
21-
Tilus depends on `cuda-python`. If your GPU driver is older than **580.65.06**, you will need to install an older version of cuda-python to ensure compatibility.
22-
```
23-
pip install tilus "cuda-python<13"
24-
```
21+
22+
> [!NOTE]
23+
> Tilus depends on `cuda-python`. If your GPU driver is older than **580.65.06**, you will need to install an older version of cuda-python to ensure compatibility.
24+
> ```
25+
> pip install tilus "cuda-python<13"
26+
> ```
2527
2628
### Usage
2729

0 commit comments

Comments
 (0)