Install pycrypto for python3 on henryi

I upgraded depictor to run on python3 instead of python2; and forgot about the pycrypto dependency which needs to be installed separately for python2 and python3.

sudo pip3 install pycrypto should fix it.