python funcs

This commit is contained in:
Erik Frojdh
2020-03-30 14:59:08 +02:00
parent d58eb1dc6e
commit 719157f5c3
2 changed files with 34 additions and 21 deletions

View File

@ -54,4 +54,16 @@ using this compiler
conda create -n myenv gxx_linux-64 cmake zmq
conda activate myenv
cmake ../slsDetectorPackage -DCMAKE_PREFIX_PATH=$CONDA_PREFIX
make -j12
make -j12
Build this documentation
-------------------------------
The documentation for the slsDetectorPackage is build using a combination
of Doxygen, Sphinx and Breathe. The easiest way to install the dependencies
is to use conda
.. code-block:: bash
conda create -n myenv python sphinx sphinx_rtd_theme