Installation¶
Install PyLD from PyPI:
PyLD's core package does not install requests or aiohttp automatically. If
your application needs one of the built-in remote document loaders, install the
matching extra:
You can also depend on requests or aiohttp directly if your project already
manages those dependencies.
Development Install¶
From a local checkout:
Run the project tests with:
The JSON-LD specification test suites are stored under specifications/ and are
usually initialized as git submodules: