Installation#

The simplest way to install nxtomomill is to use the pypi wheel provided ()

pip install nxtomomill

You can also install it from source:

pip install git+https://gitlab.esrf.fr/tomotools/nxtomomill.git

Building doc#

In order to build documentation make sure you have installed the ‘doc’ extra dependancies

pip install .[doc]

Then you can build the documentation using sphinx:

sphinx-build doc html