9 lines
164 B
Batchfile
9 lines
164 B
Batchfile
@echo off
|
|
|
|
:: Copyright (C) 2018-2021 Intel Corporation
|
|
:: SPDX-License-Identifier: Apache-2.0
|
|
|
|
:: Check if Python is installed
|
|
CALL install_prerequisites.bat tf2
|
|
|