Installation

From pip

To install nvhtml, run this command in your terminal:

$ pip3 install nvhtml

From sources

The sources for nvhtml can be downloaded from the github repo:

$ git clone git@github.com:ihgazni2/nvhtml.git

Once you have a copy of the source, you can install it with:

$ python setup.py install