Converts a RELAX NG schema into documentation (HTML).
- Free software: MIT license
Use your package manager or use the following instructions to install it in a virtual environment:
$ python3 -m venv .env $ source .env/bin/activate $ pip install -U pip setuptools $ pip install -r requirements.txt $ pip install -e .