Skip to content

Commit

Permalink
put openvino installation in sub-box (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
schluis authored Nov 13, 2024
1 parent 7404755 commit 1ee64a4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/setup/development_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ee64a4

Please sign in to comment.