Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ This package converts the Shape Expression Compact (ShExC) into Python JSON Sche
```bash
> pip install PyShExC
```
You will also need the `shexSpec/grammar` repository. This contains the file `ShExDoc.g4`
which is used to initialize the parser.

## Usage

Expand Down Expand Up @@ -219,4 +221,4 @@ optional arguments:

[] a shex:Schema ;
shex:shapes <http://a.example/S1> .
```
```