Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
98327f62
Commit
98327f62
authored
Jan 09, 2018
by
rusty1s
Browse files
better install instructions
parent
47913e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+4
-0
No files found.
README.md
View file @
98327f62
...
@@ -35,6 +35,10 @@ All included operations work on varying data types, are implemented both for CPU
...
@@ -35,6 +35,10 @@ All included operations work on varying data types, are implemented both for CPU
## Installation
## 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
pip install cffi torch-scatter
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment