From 70985fa803574de98cbf4b86df5386fb79a41d8a Mon Sep 17 00:00:00 2001 From: DronexAI Date: Thu, 31 Jan 2019 12:15:09 +0800 Subject: [PATCH] Update BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index d767d40b84..f37929ea92 100644 --- a/BUILD.md +++ b/BUILD.md @@ -50,7 +50,7 @@ ONNX Runtime python binding only supports Python 3.x. Please use python 3.5+. python3 setup.py bdist_wheel pip3 install --upgrade dist/*.whl ``` -5. Run `./build.sh --config RelWithDebInfo --build\_wheel` for Linux (or `./build.bat --config RelWithDebInfo --build\_wheel` for Windows) +5. Run `./build.sh --config RelWithDebInfo --build_wheel` for Linux (or `build.bat --config RelWithDebInfo --build_wheel` for Windows) The build script runs all unit tests by default.