install module pycryptodomex on osmc

v1:
sudo apt-get install python-crypto
sudo apt-get install python-pip
sudo apt-get install build-essential

sudo pip install -U setuptools
sudo pip install wheel

sudo pip install pycryptodomex

v2:

sudo apt-get install python-pip python-crypto build-essential -y
sudo apt-get install python-all-dev python-setuptools python-wheel -y
sudo apt-get install python-crypto-dbg python-crypto-doc python-pip-whl -y
pip install pycryptodomex
sudo ln -s /usr/lib/python2.7/dist-packages/Crypto /usr/lib/python2.7/dist-packages/Cryptodome