Install Python dependencies


For Clayman to be able to run inside another software additional python packages needs to be installed. Use the scripts provided with Clayman or paste the code into you Command Line shell. Be sure to have pip installed and updated.


Python 3.7:

First update pip:

python3.7 -m pip install --upgrade pip

After Pip has been updated, install the Python modules:

pip3.7 install requests PySide2 imageio Pillow rsa==4.5 https://files.pythonhosted.org/packages/46/be/4e6d6e89c3239108709bd4bcbe95777c715510023c8d394bdffebf4596fc/colorgram.py-1.2.0-py2.py3-none-any.whl

Clarisse dependecies:

Install Clarisse Survival Kit Python3.7 version like described on Clarisse Survival Kit Github page.