You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-16
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,17 @@ I use `par2deep` to secure my photos and music across drives, machines and opera
14
14
15
15
## Install
16
16
17
-
If you have Python installed, you can use pip! Make sure to update pip before installation (PyQt5 won't install without a recent pip).
17
+
If you have Python installed, you can use pip!
18
18
19
-
$ pip install -U pip
20
19
$ pip install par2deep
20
+
21
+
Alternatively, the `par2deep.pyzw` file can be executed directly (by doubleclicking) on Windows if you have Python installed.
21
22
22
-
Alternatively, clone/download this repo and install:
23
+
## shiv
23
24
24
-
$ pip install ./par2deep
25
+
You can use `shiv` to build a `.pyzw` file that contains all dependencies (including `par2cmdline-turbo`) and can be executed directly by any compatible Python version (3.8 or later). Here is how I built the (Windows) `.pyzw`):
25
26
26
-
Or run directly:
27
-
28
-
$ python par2deep
29
-
30
-
### Windows
31
-
32
-
If you use Windows, and do not have Python installed, you can grab an installer [here](https://github.com/brenthuisman/par2deep/releases). These msi packages are generated created with the `cx_Freeze` package using the `setup_cx.py` script:
33
-
34
-
$ python3 setup_cx.py bdist_msi
35
-
36
-
Configuration used to produce the release `.msi`: Python 3.8.10 64bit (for Windows 7 compatibility), cx_Freeze 6.4.
* 2025-01-04: v1.11.0: Switch GUI back to (themed) TKinter. Fix up par2-command logic, make compatible with `shiv`.
60
53
* 2024-07-23: v1.10.2: Moved `par2cmdline-turbo` to its own package.
61
54
* 2024-01-29: v1.10.1: Escape user provided directory properly.
62
55
* 2024-01-24: v1.10: Replaced libpar2 builtin with par2cmdline-turbo v1.1.1. Provide builtin par2cmdline-turbo for Win x86_64, Linux x84_64 and ARM64, Macos x86_64 and ARM64. This should fix issues with filename encodings, filesize limits.
0 commit comments