Skip to content

Commit 955dd6d

Browse files
authored
Update README.md
1 parent c03113d commit 955dd6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ 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:
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". Make sure you have writing permission for the folder where you place the app, since some features require the usage of temporary files (git diff; comparison of Word files or from the clipboard).
10+
11+
However, if you prefer running directly the script, first you need to install the libraries as follows:
1012

1113

1214
```bash
13-
pip install pymupdf Pillow klembord tkinterdnd2 pywin32 pyautogui*
15+
pip install pymupdf Pillow klembord tkinterdnd2 pywin32 pyautogui
1416
```
1517

1618

0 commit comments

Comments
 (0)