vessel-detection / start.sh
DefendIntelligence's picture
Add local install bootstrap and GitHub links
785b1c7 verified
Raw
History Blame Contribute Delete
136 Bytes
#!/usr/bin/env bash
set -euo pipefail
if command -v python3 >/dev/null 2>&1; then
python3 run_local.py
else
python run_local.py
fi