Skip to content

Commit

Permalink
Update README.md (dmlc#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarclayII authored Nov 25, 2019
1 parent 6694f7b commit 5833825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ 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
conda install -c dglteam dgl-cuda10.1 # CUDA 10.1
```

### Using pip
Expand All @@ -78,6 +79,7 @@ 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
pip install dgl-cu101 # CUDA 10.1
```

### From source
Expand Down

0 comments on commit 5833825

Please sign in to comment.