Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyangHuang authored Jun 14, 2023
1 parent 516081a commit e3589e3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e3589e3

Please sign in to comment.