Skip to content

Installation

Installation is as simple as:

pip install pyrmute
uv add pyrmute

pyrmute only has one dependency: pydantic

If you've got Python 3.11+ and pip installed, you're good to go.

Install from repository

And if you prefer to install pyrmute directly from the repository:

pip install 'git+https://github.com/mferrera/pyrmute@main'
uv add 'git+https://github.com/mferrera/pyrmute@main'