Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 533 Bytes

README.rst

File metadata and controls

22 lines (16 loc) · 533 Bytes

rng2doc 0.3.0

https://travis-ci.org/openSUSE/rng2doc.svg?branch=develop

Converts a RELAX NG schema into documentation (HTML).

  • Free software: MIT license

Installation

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 .