Commit e343fd3e authored by rusty1s's avatar rusty1s
Browse files

no highlighting

parent f16e422a
...@@ -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
``` ```
...@@ -69,6 +69,6 @@ print(argmax) ...@@ -69,6 +69,6 @@ print(argmax)
## Running tests ## Running tests
```sh ```
python setup.py test python setup.py test
``` ```
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