Document LZMA support on Windows

This commit is contained in:
Zhuoyun Wei 2018-04-18 05:09:33 -04:00
parent 12ce977d79
commit 599f33171f
No known key found for this signature in database
GPG Key ID: AE9C22168EBA0BDB
1 changed files with 9 additions and 0 deletions

View File

@ -107,6 +107,15 @@ In addition, Windows Users need PyCrypto:
Once Windows users have installed Python 2.7, and the matching PyCrypto, they are ready to run the DeDRM application or individual scripts.
For (experimental) KFX support, you also need LZMA support. LZMA is built-in
in Python 3.3+ but not present in Python 2. Choices are backports.lzma and
pylzma, both of which need compiling. Compiling Python extensions on Windows
requires Visual Studio and is a PITA. The recommended way is to install wheels
(binary) directly.
Windows binary wheels for backports.lzma and pylzma could be found here:
https://www.lfd.uci.edu/~gohlke/pythonlibs/
Apple's iBooks FairPlay DRM