summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwagoodman <wagoodman@gmail.com>2016-12-23 17:42:07 -0500
committerwagoodman <wagoodman@gmail.com>2016-12-23 17:42:07 -0500
commitd6b00ca7900eeda840f30e0d7615c24505372894 (patch)
tree61daeac5581dfa92f0ceb2cbd168f858139b6e76 /README.md
parent4949162dc89864948e27993330c36d9310ec930d (diff)
downloadwsdiff-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.md7
1 files changed, 6 insertions, 1 deletions
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