]> xmof Git - DeDRM.git/commitdiff
Update FAQs.md
authorApprentice Harper <apprenticeharper@gmail.com>
Mon, 22 Apr 2019 14:03:09 +0000 (15:03 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 14:03:09 +0000 (15:03 +0100)
FAQs.md

diff --git a/FAQs.md b/FAQs.md
index bd93f8b5b1060a383f34c7633288cb3eacffbc72..dd43f199359cade361ef24b31a70fb3b633f8e49 100644 (file)
--- a/FAQs.md
+++ b/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
 
-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
 
 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
 
 If after installing pycrypto decryption still fails with something about pylzma in error log, try: 
+
 sudo python -m pip install pylzma
 
 # Using the Tools