From 6ede16e8fe06bf14ecf40398de2b5cbbde2eb61b Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:35:34 -0700 Subject: [PATCH] use python3 in example command --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5b1429a..c5ff146 100644 --- a/Package.swift +++ b/Package.swift @@ -85,7 +85,7 @@ if let pod_archive_path = ProcessInfo.processInfo.environment["ORT_POD_LOCAL_PAT // To build locally, tools/ci_build/github/apple/build_and_assemble_apple_pods.py can be used // See https://onnxruntime.ai/docs/build/custom.html#ios // Example command: - // python tools/ci_build/github/apple/build_and_assemble_apple_pods.py \ + // python3 tools/ci_build/github/apple/build_and_assemble_apple_pods.py \ // --variant Full \ // --build-settings-file tools/ci_build/github/apple/default_full_apple_framework_build_settings.json //