Installing PyUCIS Viewer
PyUCIS Viewer is most-easily installed from PyPi.
% python3 -m pip install pyucis-viewer --upgrade
You can also install PyUCIS Viewer from source via the following steps:
% git clone https://github.com/fvutils/pyucis-viewer
% cd pyucis-viewer
% python3 -m pip install .