use python3 in example command

This commit is contained in:
Edward Chen
2024-08-27 09:35:34 -07:00
committed by GitHub
parent cdcfd87885
commit 6ede16e8fe
+1 -1
View File
@@ -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 // 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 // See https://onnxruntime.ai/docs/build/custom.html#ios
// Example command: // 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 \ // --variant Full \
// --build-settings-file tools/ci_build/github/apple/default_full_apple_framework_build_settings.json // --build-settings-file tools/ci_build/github/apple/default_full_apple_framework_build_settings.json
// //