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
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,22 @@ If you have Python installed, you can use pip! Make sure to update pip before in
19
19
$ pip3 install -U pip
20
20
$ pip3 install par2deep --user
21
21
22
-
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:
23
-
24
-
$ python3 setup_cx.py bdist_msi
25
-
26
22
Alternatively, clone/download this repo and install:
27
23
28
-
$ python3 setup.py install --user
24
+
$ pip3 installl ./par2deep
29
25
30
26
Or run directly:
31
27
32
28
$ python3 par2deep
33
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.
37
+
34
38
## Usage
35
39
36
40
After installation, run with `par2deep` for the GUI or `par2deep-cli` if you live in the terminal. Command line options may be enumerated by using the --help option. Note that `-q` will update, fix or recreate parity files as it sees fit. If unrepairable damage is found, it will recreate parity data. (The old tkinter GUI is unmaintained but available at `par2deep-tk`.)
@@ -53,6 +57,7 @@ Example `par2deep.ini`:
53
57
54
58
### Changelog
55
59
60
+
* 2022-02-03: v1.9.4.2: Fixed `cli.py`, fixed some package name casing, `pardeep` now always starts Qt GUI, removed `gui_tk.py`.
56
61
* 2022-01-31: v1.9.4.1: Moved kinda-broken (no UTF8 filename support) `gopar` changes to gopar branch, release last commit as new version as it fixes some things.
57
62
* 2020-04-26: v1.9.4: Include libpar2 for win64 and lin64 platforms, no external `par2` needed anymore.
58
63
* 2020-04-20: recreate verified_repairable creates backup. backups are shows upon init. orphans are shown upon init.
0 commit comments