diff options
author | wagoodman <wagoodman@gmail.com> | 2016-12-23 17:42:07 -0500 |
---|---|---|
committer | wagoodman <wagoodman@gmail.com> | 2016-12-23 17:42:07 -0500 |
commit | d6b00ca7900eeda840f30e0d7615c24505372894 (patch) | |
tree | 61daeac5581dfa92f0ceb2cbd168f858139b6e76 /README.md | |
parent | 4949162dc89864948e27993330c36d9310ec930d (diff) | |
download | wsdiff-d6b00ca7900eeda840f30e0d7615c24505372894.tar.gz wsdiff-d6b00ca7900eeda840f30e0d7615c24505372894.tar.bz2 wsdiff-d6b00ca7900eeda840f30e0d7615c24505372894.zip |
fixed bytes to string issue and removed template file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,7 +2,12 @@ A python script that takes two files and compares the differences between them (side-by-side) in an HTML format. -###Usage +### Installation +``` +pip install -r requirements.txt +``` + +### Usage ``` diff2HtmlCompare.py [-h] [-v] file1 file2 |