Skip to main content

Requirements

Python 3.12 or higher

Install

pip install a1-compiler
Or with uv:
uv pip install a1-compiler

Verify

import a1
print(f"a1-compiler {a1.__version__} installed!")

Next Steps