===========
XRSTools
===========

XRSTools is a collection of Python functions, classes, and modules to extract and analyze x-ray Raman scattering (XRS) data from ID20 of the ESRF.
Typical usage often looks like this::

    #!/usr/bin/env python

    from xrstools import foo
    from xrstools import bar


(Note the double-colon and 4-space indent formatting above.)

Installation
=========

to install the package extract xrstools-<version>.tar.gz:

tar xzf xrstools-<version>.tar.gz

and cd into the XRSTools directory: 

cd XRSTools

For the installation type:

sudo python setup.py install

local installation: 

python setup.py install --home=<dir>
