Skip to main content
Install both the Python SDK and the uniac CLI to get started.

Install the SDK

pip install uniac

Install the CLI

curl -fsSL https://install.uniac.ai | sh

Verify

uniac --version
python -c "import uniac; print(uniac.__version__)"

Requirements

  • Python 3.10 or newer
  • Docker Desktop (required for uniac sim)