Getting Started¶
Installation¶
To use the Seldonian Engine, first install it using pip:
$ pip install seldonian-engine
Then in Python:
import seldonian
If you want to visualize the parse tree graphs, a system-wide installation of Graphviz is required.
A first tutorial¶
We recommend starting with the Getting started with the Seldonian Engine tutorial.