Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VHRanger authored Mar 5, 2020
1 parent f592b35 commit c8aa480
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Quick Example:
```python
import networkx as nx
from graph2vec import Node2Vec
from nodevectors import Node2Vec

# Test Graph
G = nx.generators.classic.wheel_graph(100)
Expand All @@ -28,9 +28,7 @@
```
## Installing

`pip install graph2vec-learn`

The pip package named `graph2vec` is not this one! It's some thing from 2015
`pip install nodevectors`

### Usage

Expand Down

0 comments on commit c8aa480

Please sign in to comment.