# Install ## uv ```shell uv tool install --upgrade --compile-bytecode 'tikray' ``` ## pipx ```shell pipx install 'tikray' ``` ## pip ```shell pip install --upgrade --user 'tikray' ``` ## More Install from development head. ```shell uv pip install 'tikray @ git+https://github.com/panodata/tikray.git@main' ```