vessel-detection / start.ps1
DefendIntelligence's picture
Add local install bootstrap and GitHub links
ecb622f verified
$ErrorActionPreference = "Stop"
if (Get-Command py -ErrorAction SilentlyContinue) {
py -3 run_local.py
} else {
python run_local.py
}