summaryrefslogtreecommitdiffstats
path: root/FAQs.md
diff options
context:
space:
mode:
authorApprentice Harper <[email protected]>2019-04-22 15:03:09 +0100
committerGitHub <[email protected]>2019-04-22 15:03:09 +0100
commitd152586edca0bc2adeb44b5320d6795752027334 (patch)
tree95a6b6dfd33a307ba8a0c22ec77123fdf6181961 /FAQs.md
parentaca804317449c428904052b2ab69404e23e20c37 (diff)
Update FAQs.md
Diffstat (limited to 'FAQs.md')
-rw-r--r--FAQs.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/FAQs.md b/FAQs.md
index bd93f8b..dd43f19 100644
--- 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