Skip to content
Ivars Karpics edited this page Dec 4, 2015 · 8 revisions

MXCuBE is organized as a subset of several git submodules that are needed to run MXCuBE. In this page a sequence how to get software code, install dependencies and execute software is described.

How to install and run MXCuBE with Qt4 graphics

MXCuBE has been tested on a linux and mac os.

Getting code from git

MXCuBE is organized in three submodules. To get whole code execute:

git clone https://github.com/mxcube/mxcube.git mxcube-2
git checkout <latest_tag>
git submodule init
git submodule update

Python dependecies

If ubuntu used then dependencies can be obtained with command:

sudo apt-get install python-qt4, python-gevent, python-louie, python-jsonpickle, python-numpy, python-scipy, python-matplotlib, python-suds, pymca

Running code

GUI builder

User manual

Clone this wiki locally