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