Commit 181e0c30 authored by rusty1s's avatar rusty1s
Browse files

added code type

parent 46360f16
...@@ -39,7 +39,7 @@ Check that `nvcc` is accessible from terminal, e.g. `nvcc --version`. ...@@ -39,7 +39,7 @@ Check that `nvcc` is accessible from terminal, e.g. `nvcc --version`.
If not, add cuda (`/usr/local/cuda/bin`) to your `$PATH`. If not, add cuda (`/usr/local/cuda/bin`) to your `$PATH`.
Then run: Then run:
``` ```sh
pip install cffi torch-scatter 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