This tutorial is intended as an introduction to fiabilipy. You will learn to build some components, to put them together and to compute some reliability metrics. You will also learn how to use the markov representation.
Before you start, be sure fiabilipy is well installed on your system. In the python shell, the following import should run without raising an exception:
>>> import fiabilipy
If an exception is raised, check your installation.