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