From f0516a579a31352cf979cc42c90b04442713b701 Mon Sep 17 00:00:00 2001 From: Mario Samudio <13368517+mrsamudio@users.noreply.github.com> Date: Fri, 18 Nov 2022 22:05:24 -0500 Subject: [PATCH] Update README.md --- video_decoder_sample/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/video_decoder_sample/README.md b/video_decoder_sample/README.md index 701866f..17cb453 100644 --- a/video_decoder_sample/README.md +++ b/video_decoder_sample/README.md @@ -96,6 +96,10 @@ to learn more about their installation and setup. 6. Build the project: * click right mouse button on the `VideoDecoderSample` project in 'Project Explorer', * click 'Build Project' in context menu. + * if python3 not found on ubuntu 22.04 add a symbolic link to it: + ```bash + sudo ln -s /usr/bin/python3 /usr/bin/python + ``` 7. Create a widget package: * click right mouse button on the `VideoDecoderSample` project in 'Project Explorer',