Skip to content

Installation

Requirements

  • Python 3.13 or later

Using pip

pip install bounded-models

If you're using uv, you can add bounded-models to your project:

uv add bounded-models

Verify Installation

Check that bounded-models is installed correctly:

import bounded_models
print(bounded_models.__version__)

Next Steps

Now that you have bounded-models installed, proceed to the User Guide to learn how to use it.