Skip to content

Commit

Permalink
revise
Browse files Browse the repository at this point in the history
  • Loading branch information
fishmingyu committed Nov 4, 2021
1 parent 3aa4f67 commit fc12618
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ dgNN is a high-performance backend for GNN layers with DFG (Data Flow Graph) lev

### How to install

**through pip**

```
pip install dgNN
```

If pip couldn't build dgNN, we recommend you to build dgNN from source.

```shell
git clone git@github.com:dgSPARSE/dgNN.git
cd dgNN
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="dgNN",
version="0.0.2",
version="0.1",
author="HenryChang fishming",
author_email="author@example.com",
description="A small example package",
Expand Down

0 comments on commit fc12618

Please sign in to comment.