"tutorials/vscode:/vscode.git/clone" did not exist on "97b2ab53e27c6ba864312040d1fc9c78a49dac7d"
Commit 98327f62 authored by rusty1s's avatar rusty1s
Browse files

better install instructions

parent 47913e24
......@@ -35,6 +35,10 @@ All included operations work on varying data types, are implemented both for CPU
## Installation
Check that `nvcc` is accessible from terminal, e.g. `nvcc --version`.
If not, add cuda (`/usr/local/cuda/bin`) to your `$PATH`.
Then run:
```
pip install cffi torch-scatter
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment