Skip to content

Python

The steinbock framework can be used programmatically using the steinbock Python package.

In this section, the installation of the steinbock Python package is described.

Requirements

Python 3.8 or newer

Tested versions of Python package dependencies can be found in requirements.txt.

Installation

The steinbock Python package can be installed and upgraded from PyPI as follows:

pip install --upgrade steinbock

Usage

Please refer to Python usage for usage instructions.

Back to top