Installation

Some dependencies are rather usual (numpy, scipy, matplotlib) while others are more uncommon but very useful (fabio, networkx).

GUIs are based on wxpython graphical libraries which can be tricky to install (Sorry. We are working on it).

How to Get LaueTools code

Build LaueTools Documentation

Documentation can be generated, by installing sphinx and a cool html theme:

pip install sphinx

pip install sphinx-rtd-theme

You may need rinohtype:

pip install RinohType

Then from /LaueTools/Documentation folder which contains Makefile and 2 folders build and source, build the documentation

make html

Files in html format will be browsed in /build/html folder with any web navigator. You can start with index.html.