From 026d5fafe184ece899fbd87b96d5c1d78dc0f090 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Sat, 19 Dec 2020 17:54:37 +0100 Subject: [PATCH] add that the grammar repo is needed --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7cc7ff..fb4114f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -219,4 +221,4 @@ optional arguments: [] a shex:Schema ; shex:shapes . -``` \ No newline at end of file +```