Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna authored Sep 17, 2024
1 parent e19cadf commit d152049
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Package for loading example datasets into an ArangoDB Instance.

```py
# pip install arango-datasets

from arango import ArangoClient
from arango_datasets import Datasets

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

# Import the dataset
datasets.load("IMDB_X")
```
```

0 comments on commit d152049

Please sign in to comment.