Getting StartedInstallationOn this pageInstallation Requirements Python 3.9+ boto3 >= 1.26.0 Install dkmio pip install dkmio Install with development dependencies For development (pytest, moto, ruff, mypy): pip install dkmio[dev] Verify installation import dkmioprint(dkmio.__version__)