Converts basic HTML files to formatted text.
Used to generate the license and header text files from HTML "source."
Install the script dependencies.
$ make initBuild the license and header files.
$ make buildNote: The package dependencies and environment are managed using pipenv. If you don't have pipenv installed, you will need to install it:
$ pip install pipenv