ktx/scripts/conductor/install-python-dependencies.sh
2026-05-11 10:23:53 +02:00

5 lines
100 B
Bash
Executable file

#!/bin/sh
set -eu
echo "Installing KTX Python dependencies..."
uv sync --all-packages --all-groups