fixed bytes to string issue and removed template file
This commit is contained in:
parent
4949162dc8
commit
d6b00ca790
3 changed files with 335 additions and 328 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue