mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2025-02-01 07:57:08 +01:00
Update FAQs.md
This commit is contained in:
parent
aca8043174
commit
d152586edc
1 changed files with 6 additions and 1 deletions
7
FAQs.md
7
FAQs.md
|
@ -97,13 +97,18 @@ Some version of MacOS don't include PyCrpto. You'll need to install it manually.
|
||||||
|
|
||||||
sudo python -m pip install pycrypto
|
sudo python -m pip install pycrypto
|
||||||
|
|
||||||
if error “No module named pip”, type: sudo easy_install pip
|
if error “No module named pip”, type:
|
||||||
|
|
||||||
|
sudo easy_install pip
|
||||||
|
|
||||||
try again: sudo python -m pip install pycrypto
|
try again: sudo python -m pip install pycrypto
|
||||||
|
|
||||||
if installation fails because “C compiler cannot create executables” and pop-up window asks you to install Command Line Tools for XCode, agree by clicking “Continue”
|
if installation fails because “C compiler cannot create executables” and pop-up window asks you to install Command Line Tools for XCode, agree by clicking “Continue”
|
||||||
|
|
||||||
try again: sudo python -m pip install pycrypto
|
try again: sudo python -m pip install pycrypto
|
||||||
|
|
||||||
If after installing pycrypto decryption still fails with something about pylzma in error log, try:
|
If after installing pycrypto decryption still fails with something about pylzma in error log, try:
|
||||||
|
|
||||||
sudo python -m pip install pylzma
|
sudo python -m pip install pylzma
|
||||||
|
|
||||||
# Using the Tools
|
# Using the Tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue