File: installation.rst

package info (click to toggle)
python-nxtomomill 1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,588 kB
  • sloc: python: 15,974; makefile: 13; sh: 3
file content (32 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Installation
''''''''''''

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

.. code-block:: bash

   pip install nxtomomill


You can also install it from `source <https://gitlab.esrf.fr/tomotools/nxtomomill>`_:


.. code-block:: bash

   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

.. code-block:: bash

    pip install .[doc]

Then you can build the documentation using sphinx:

.. code-block:: bash

    sphinx-build doc html