diff --git a/docs/genai/howto/build-from-source.md b/docs/genai/howto/build-from-source.md index b1a39c3baff30..c0ef465ec7345 100644 --- a/docs/genai/howto/build-from-source.md +++ b/docs/genai/howto/build-from-source.md @@ -91,7 +91,8 @@ python build.py --build_java --android --android_home ### Install Python wheel ```bash -cd build/wheel +# Change dir to the folder containing the onnxruntime-genai wheel +# Example for Linux: cd build/Linux/Release/wheel/ pip install *.whl ```