Skip to content

Commit 98327f6

Browse files
committed
better install instructions
1 parent 47913e2 commit 98327f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ All included operations work on varying data types, are implemented both for CPU
3535

3636
## Installation
3737

38+
Check that `nvcc` is accessible from terminal, e.g. `nvcc --version`.
39+
If not, add cuda (`/usr/local/cuda/bin`) to your `$PATH`.
40+
Then run:
41+
3842
```
3943
pip install cffi torch-scatter
4044
```

0 commit comments

Comments
 (0)