Skip to content

Commit c03113d

Browse files
authored
Update README.md
1 parent c9b098e commit c03113d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@ PDF Diff Viewer, a side-by-side, visual highlight, sync-scroll, PDF comparer, wr
66

77
#### Install
88

9+
Windows binaries are provided; while no installation is needed, you need to decompress everything and then run "pdf_viewer_app.exe" within the folder "pdf_viewer_app". However, if you prefer running directly the script, first you need to install the libraries as follows:
910

1011

11-
First, run:
12+
```bash
13+
pip install pymupdf Pillow klembord tkinterdnd2 pywin32 pyautogui*
14+
```
1215

1316

17+
Then, just download the script and run on Python.
1418

15-
*pip install pymupdf Pillow klembord tkinterdnd2 pywin32 pyautogui*
19+
```bash
20+
python pdf_viewer_app.py
21+
```
1622

23+
Tested on Python 3.12 on Windows. Should work, on Linux and Mac as well, though untested till now; possibly with small changes.
1724

18-
19-
Then, just download the script and run on Python. Tested on Python 3.12 on Windows. Should work, on Linux and Mac as well, though untested till now; possibly with small changes.
20-
21-
22-
23-
For better comparison uses git diff when available. If git diff command is not available, uses Python built-in difflib.
25+
For better comparison uses git diff when available; the binary release for Windows already includes the git diff binaries (taken from git-for-windows, the PortableGit release. If git diff command is not available, uses Python built-in difflib. (Still unsure if this works also with a generic git diff installation; I think colors of moves can be customized in git diff; if so, it will probably broke the moves logic within the script).
2426

2527

2628

0 commit comments

Comments
 (0)