Skip to content

Commit

Permalink
add warning admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 1, 2023
1 parent 6a7b6d1 commit 52bf504
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 @@ -57,13 +57,15 @@ If you want to use [oxigraph](https://github.com/oxigraph/oxigraph) as backend t
pip install "rdflib-endpoint[oxigraph,cli]"
```

> ⚠️ Oxigraph and `oxrdflib` do not support custom functions, so it can be only used to deploy graphs without custom functions.
> [!WARNING]
> Oxigraph and `oxrdflib` do not support custom functions, so it can be only used to deploy graphs without custom functions.
## ⌨️ Use the CLI

`rdflib-endpoint` can be used from the command line interface to perform basic utility tasks, such as serving or converting RDF files locally.

Make sure you installed `rdflib-endpoint` with the `cli` optional dependencies:

```bash
pip install "rdflib-endpoint[cli]"
```
Expand Down

0 comments on commit 52bf504

Please sign in to comment.