From e3589e3d7c1a59011e5f6a7a85c5cbf58c5ddf04 Mon Sep 17 00:00:00 2001 From: "shenyang(Andy) Huang" Date: Tue, 13 Jun 2023 20:34:19 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9ab1d50..265184c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # TGB Temporal Graph Benchmark project repo +### Pypi Install + +You can install TGB via [pip](https://pypi.org/project/py-tgb/) +``` +pip install py-tgb +``` + +### Dataset Download + +all dataset download links can be found at [info.py](https://github.com/shenyangHuang/TGB/blob/main/tgb/utils/info.py) + +TGB dataloader will also automatically download the dataset + ### Install dependency Our implementation works with python >= 3.9 and can be installed as follows