From d6b00ca7900eeda840f30e0d7615c24505372894 Mon Sep 17 00:00:00 2001 From: wagoodman Date: Fri, 23 Dec 2016 17:42:07 -0500 Subject: fixed bytes to string issue and removed template file --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b37b0df..e088aca 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit