Getting Started
Installation
Install the optixlog Python package and verify your setup.
Requirements
- Python 3.10 or later.
pip(any recent version).
Install from PyPI
pip install optixlogThat installs the optixlog package and the optixlog CLI binary.
Install from source (development)
Clone or download python-sdk-spec/ and install in editable mode with the dev extras:
pip install -e ".[dev]"Run this from inside the python-sdk-spec/ directory. The [dev] extras include type-checking dependencies (pyright, mypy) and test dependencies.
Verify the install
optixlog --versionYou should see the version string printed to stdout. If the command is not found, ensure your Python environment's bin/ or Scripts/ directory is on PATH.