This commit is contained in:
nose
2025-12-17 14:17:46 -08:00
parent 5104689a53
commit faa10c2d37
5 changed files with 220 additions and 58 deletions

8
scripts/setup.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$SCRIPT_DIR"
echo "Calling Python setup script (scripts/setup.py)..."
python ./scripts/setup.py "$@"