Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
weihua916 committed Aug 12, 2020
1 parent 72ce016 commit e03a73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ OGB is an on-going effort, and we are planning to increase our coverage in the f

## Installation
You can install OGB using Python's package manager `pip`.
**If you have previously installed ogb, please make sure you update the version to 1.2.1.**
The release note is available [here](https://github.com/snap-stanford/ogb/releases/tag/1.2.1).
**If you have previously installed ogb, please make sure you update the version to 1.2.2.**
The release note is available [here](https://github.com/snap-stanford/ogb/releases/tag/1.2.2).

#### Requirements
- Python>=3.5
Expand All @@ -54,7 +54,7 @@ pip install ogb

```bash
python -c "import ogb; print(ogb.__version__)"
# This should print "1.2.1". Otherwise, please update the version by
# This should print "1.2.2". Otherwise, please update the version by
pip install -U ogb
```

Expand Down

0 comments on commit e03a73a

Please sign in to comment.