From 93a587a42255c4526e1e0550455dece869b387b6 Mon Sep 17 00:00:00 2001 From: Jiuqiang Tang Date: Fri, 4 Nov 2022 08:44:10 -0700 Subject: [PATCH] Make the python documentation clear to resolve https://github.com/google/mediapipe/issues/3805. PiperOrigin-RevId: 486149904 --- docs/getting_started/python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started/python.md b/docs/getting_started/python.md index 289988e5..880d5c85 100644 --- a/docs/getting_started/python.md +++ b/docs/getting_started/python.md @@ -141,3 +141,4 @@ Nvidia Jetson and Raspberry Pi, please read ```bash (mp_env)mediapipe$ python3 setup.py bdist_wheel ``` +7. Exit from the MediaPipe repo directory and launch the Python interpreter.