Skip to content

Commit

Permalink
clarify optional install in readme. Fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 11, 2024
1 parent 014454c commit d8e6bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ pip install "rdflib-endpoint[web]"
If you want to use `rdlib-endpoint` as a CLI you can install with the optional dependency `cli`:

```bash
pip install "rdflib-endpoint[cli]"
pip install "rdflib-endpoint[web,cli]"
```

If you want to use [oxigraph](https://github.com/oxigraph/oxigraph) as backend triplestore you can install with the optional dependency `oxigraph`:

```bash
pip install "rdflib-endpoint[oxigraph,cli]"
pip install "rdflib-endpoint[web,cli,oxigraph]"
```

> [!WARNING]
Expand Down

0 comments on commit d8e6bac

Please sign in to comment.