Updated link and added some info

This commit is contained in:
Ivan Pavluk 2016-10-11 11:24:55 +07:00 committed by GitHub
parent 377c9eecb1
commit 0e124831b8

View file

@ -1182,10 +1182,11 @@ and send the QRCode via a mailer.
except ImportError:
print_error(
"This module requires python-imaging to work properly.")
print_error("In Ubuntu do apt-get install python-imaging")
"This module requires PIL (Or Pillow) and qrcode to work properly.")
print_error(
"Else refer to here for installation: http://code.google.com/appengine/docs/python/images/installingPIL.html")
"Just do pip install Pillow; pip install qrcode")
print_error(
"Else refer to here for installation: http://pillow.readthedocs.io/en/3.3.x/installation.html")
return_continue()
# Main Menu choice 9: PowerShell Attacks