"examples/pytorch/vscode:/vscode.git/clone" did not exist on "13ea9ddb069af447f3624dbcd9a1ac5a94973083"
Commit f212cde4 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by Mufei Li
Browse files

Update README.md (#811)

parent 6ab593ec
...@@ -59,13 +59,19 @@ build. ...@@ -59,13 +59,19 @@ build.
### Using anaconda ### Using anaconda
``` ```
conda install -c dglteam dgl conda install -c dglteam dgl # cpu version
conda install -c dglteam dgl-cuda9.0 # CUDA 9.0
conda install -c dglteam dgl-cuda9.2 # CUDA 9.2
conda install -c dglteam dgl-cuda10.0 # CUDA 10.0
``` ```
### Using pip ### Using pip
``` ```
pip install dgl pip install dgl # cpu version
pip install dgl-cu90 # CUDA 9.0
pip install dgl-cu92 # CUDA 9.2
pip install dgl-cu100 # CUDA 10.0
``` ```
### From source ### From source
......
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