diff --git a/vocabularies/scripts/README.md b/vocabularies/scripts/README.md index 08550c6..09e90c1 100644 --- a/vocabularies/scripts/README.md +++ b/vocabularies/scripts/README.md @@ -1,3 +1,3 @@ # Scripts -Python scripts for converting CSV vocabulary file to JSON-LD. These scripts require the third-party [rdflib library](https://github.com/RDFLib/rdflib) and the [rdflib-jsonld extension](https://github.com/RDFLib/rdflib-jsonld) to run. \ No newline at end of file +Python 2.7 (not tested with Python 3) scripts for converting CSV vocabulary file to JSON-LD. These scripts require the third-party [rdflib library](https://github.com/RDFLib/rdflib) and the [rdflib-jsonld extension](https://github.com/RDFLib/rdflib-jsonld) to run.