Skip to content

Commit d152049

Browse files
authored
Update README.md
1 parent e19cadf commit d152049

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Package for loading example datasets into an ArangoDB Instance.
33

44
```py
5+
# pip install arango-datasets
6+
57
from arango import ArangoClient
68
from arango_datasets import Datasets
79

@@ -18,4 +20,4 @@ print(datasets.dataset_info("IMDB_X"))
1820

1921
# Import the dataset
2022
datasets.load("IMDB_X")
21-
```
23+
```

0 commit comments

Comments
 (0)