Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.02 KB

README.rst

File metadata and controls

50 lines (26 loc) · 1.02 KB

otECLM module

otECLM is an OpenTURNS module. It allows the treatment of failure probabilities and dependencies in highly redundant systems according to the Extended Common Load Model (ECLM) .

Build from source

Get source:

$ git clone https://www.github.com/adutfoy/otECLM.git

The install procedure is performed as follows:

$ python setup.py install

If you need to install the module in the user folder :

$ python setup.py install --user

To run the tests:

$ pytest

Finally to build the documentation, you should invoke the build_sphinx option :

$ python setup.py build_sphinx

This builds the documentation in the build folder. Another option is to launch the make command:

$ make html -C doc

Documentation

A documentation, including examples is available here.