Installation Instructions ========================= 1. Create a python environment to work in (optional). Download and install `anaconda `_. Create a conda environment: :: conda create --name where is what you want to call the environment. N.B. python 3 is required, which should be the default, but can be explicitly requested by appending ``python=3`` to the ``conda create`` command above. Activate the environment: :: source activate 2. Install package. Download and extract `pyrixs package `_. Change directory and install pyrixs and additional lmfit package: :: cd pyrixs-master python setup.py install conda install pandas h5py ipywidgets traitlets pillow conda install -c conda-forge lmfit Optional: conda install nexusformat Activate the Javascript widget :: jupyter nbextension enable --py --sys-prefix widgetsnbextension 3. Launch analysis session. Open jupyer: :: jupyter notebook Navigate to *notebooks* and click *Images_GUI* or *Spectra_GUI*.