From 1ee64a4e718b53906493b0ea9636c0b6f700741c Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 13 Nov 2024 21:36:14 +0100 Subject: [PATCH] put openvino installation in sub-box (#1504) --- docs/setup/development_environment.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/setup/development_environment.md b/docs/setup/development_environment.md index 3e658f889f..8694447320 100644 --- a/docs/setup/development_environment.md +++ b/docs/setup/development_environment.md @@ -57,13 +57,15 @@ Use your distribution's package manager to install the following dependencies: sudo apt install git git-lfs clang cmake python3 zstd xz-utils file rsync libasound2-dev libopusfile-dev libhdf5-dev libsystemd-dev libluajit-5.1-dev ``` -### OpenVINO™ runtime for Neural Networks +If you are using a non-linux operating system (e.g. macOS or Windows), you additionally have to install [docker](https://docs.docker.com/engine/install/). -You will also need to install the OpenVino:tm: runtime for Webots. The HULKs SDK already contains the runtime for use with the NAOs. +??? "If you want to use our simulator Webots" -- [Installation Instructions (Linux)](https://docs.openvino.ai/2024/get-started/install-openvino/install-openvino-linux.html) + Usually, the Webots simulator is **not needed** for normal development. + If you want to use it, you can install it with your packet manager or download it from the [official website](https://cyberbotics.com/). + You will also need to install the OpenVino™ runtime. The HULKs SDK already contains the runtime for use with the NAOs. -If you are using a non-linux operating system (e.g. macOS or Windows), you additionally have to install [docker](https://docs.docker.com/engine/install/). + - [Installation Instructions (Linux)](https://docs.openvino.ai/2024/get-started/install-openvino/install-openvino-linux.html) ## Cloning the Repository