-
Notifications
You must be signed in to change notification settings - Fork 9
Home
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.
MXCuBE has been tested on a linux and mac os.
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 (>= 2.6)
- Qt4 and PyQt
- louie (pydispatcher)
- gevent >= 1.0RC2
- PyChooch
- PyMca
- jsonpickle
- scipy stack
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