From 56ac14f276464cb2f3567adac32cdaf1eb5e6739 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Tue, 3 Jan 2023 09:35:33 +0400 Subject: [PATCH] Updated docs for Raspbian OS (#14816) * Updated docs for Raspbian OS * Update docs/install_guides/installing-openvino-raspbian.md Co-authored-by: Yuan Xu --- docs/install_guides/installing-openvino-raspbian.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install_guides/installing-openvino-raspbian.md b/docs/install_guides/installing-openvino-raspbian.md index 3c8c4632d30..b382dc75261 100644 --- a/docs/install_guides/installing-openvino-raspbian.md +++ b/docs/install_guides/installing-openvino-raspbian.md @@ -2,7 +2,7 @@ @sphinxdirective .. note:: - * These steps apply to 32-bit Raspbian OS, which is an official OS for Raspberry Pi boards. + * These steps apply to Raspbian OS (the official OS for Raspberry Pi boards). * These steps have been validated with Raspberry Pi 3. * There is also an open-source version of OpenVINO™ that can be compiled for arch64 (see `build instructions `_). @endsphinxdirective @@ -25,8 +25,8 @@ .. tab:: Software Requirements - * CMake 3.7.2 or higher - * Python 3.7 - 3.10, 32-bit + * CMake 3.10 or higher + * Python 3.7 - 3.10 @endsphinxdirective @@ -99,7 +99,7 @@ Congratulations, you finished the installation! The `/opt/intel/openvino_2022` f ## Step 2: Install External Software Dependencies -CMake version 3.7.2 or higher is required for building the OpenVINO™ toolkit sample application. To install, open a Terminal window and run the following command: +CMake version 3.10 or higher is required for building the OpenVINO™ toolkit sample application. To install, open a Terminal window and run the following command: ```sh sudo apt install cmake ```