Quick Start =========== Installation ------------ Install scisbi using pip: .. code-block:: bash pip install scisbi Basic Usage ----------- Here's a simple example of using scisbi: .. code-block:: python import scisbi print(f"scisbi version: {scisbi.__version__}") Next Steps ---------- - Explore the :doc:`api` reference for detailed documentation - Check out the examples in the source repository - Read about specific inference methods and simulators