Skip to content

Commit

Permalink
minor documentation update (#22)
Browse files Browse the repository at this point in the history
* Update README.md

* Update ArangoDB_NetworkxAdapter.ipynb
  • Loading branch information
aMahanna authored Oct 21, 2021
1 parent c62bd09 commit 917718c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To get started quickly you just use this setup free jupyter notebook: <a href="h

To get started in custom code:
```bash
pip install adbnx_adapter
pip install adbnx_adapter networkx matplotlib python-arango
```

``` python
Expand Down
4 changes: 2 additions & 2 deletions examples/ArangoDB_NetworkxAdapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"!rsync -av networkx-adapter/examples/ ./ --exclude=.git\n",
"!pip3 install networkx\n",
"!pip3 install matplotlib\n",
"!pip3 install adbnx_adapter==0.0.0.2.1\n",
"!pip3 install adbnx_adapter\n",
"!pip3 install pyarango\n",
"!pip3 install python-arango"
],
Expand Down Expand Up @@ -528,4 +528,4 @@
]
}
]
}
}

0 comments on commit 917718c

Please sign in to comment.