Browse Source

update readme

tags/v0.3.1
ZW-ZHANG 4 years ago
parent
commit
ea5bc2e9af
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      README.md

+ 5
- 4
README.md View File

@@ -89,13 +89,14 @@ Please make sure you meet the following requirements before installing AutoGL.

You will need either PyTorch Geometric (PyG) or Deep Graph Library (DGL) as the backend. You can select a backend following [here](http://mn.cs.tsinghua.edu.cn/autogl/documentation/docfile/tutorial/t_backend.html) if you install both.

3.1 PyTorch Geometric (>=1.7.0)
3.1 PyTorch Geometric (>=1.7.0)

see <https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html> for installation.
See <https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html/> for installation.

3.2 Deep Graph Library (>=0.7.0)
3.2 Deep Graph Library (>=0.7.0)

See <https://dgl.ai/> for installation.

see <https://dgl.ai> for installation.

### Installation



Loading…
Cancel
Save