Commit a8f246c5 authored by rusty1s's avatar rusty1s
Browse files

update installation instructions [skip ci]

parent ee08da1f
...@@ -36,7 +36,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt ...@@ -36,7 +36,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt
To install the binaries for PyTorch 1.7.0, simply run To install the binaries for PyTorch 1.7.0, simply run
``` ```
pip install torch-scatter==latest+${CUDA} torch-sparse==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.7.0.html pip install torch-scatter torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+${CUDA}.html
``` ```
where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101`, `cu102`, or `cu110` depending on your PyTorch installation. where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101`, `cu102`, or `cu110` depending on your PyTorch installation.
...@@ -53,7 +53,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101`, `cu102`, or ...@@ -53,7 +53,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101`, `cu102`, or
To install the binaries for PyTorch 1.6.0, simply run To install the binaries for PyTorch 1.6.0, simply run
``` ```
pip install torch-scatter==latest+${CUDA} torch-sparse==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.6.0.html pip install torch-scatter torch-sparse -f https://pytorch-geometric.com/whl/torch-1.6.0+${CUDA}.html
``` ```
where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101` or `cu102` depending on your PyTorch installation. where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101` or `cu102` depending on your PyTorch installation.
......
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