From ea5bc2e9af14f91d8bf2ad753cd28cf315a37589 Mon Sep 17 00:00:00 2001 From: ZW-ZHANG Date: Fri, 31 Dec 2021 15:22:54 +0800 Subject: [PATCH] update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 310a659..aee4d74 100644 --- a/README.md +++ b/README.md @@ -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 for installation. + See for installation. -3.2 Deep Graph Library (>=0.7.0) + 3.2 Deep Graph Library (>=0.7.0) + + See for installation. - see for installation. ### Installation