mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
5 lines
100 B
Bash
Executable file
5 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
echo "Installing KTX Python dependencies..."
|
|
uv sync --all-packages --all-groups
|