From fdb298c7e7efba675633bebac855f1b0b9a42af7 Mon Sep 17 00:00:00 2001 From: Helena Kloosterman Date: Thu, 15 Jul 2021 14:33:43 +0200 Subject: [PATCH] Add note about C++ requirement to README.md (#173) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d322e8ff84..78ea77e0592 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ The notebooks run almost anywhere — your laptop, a cloud VM, or even a Doc ## 📝 Installation Guide -OpenVINO Notebooks require Python and Git. See instructions below for your operating system: +OpenVINO Notebooks require Python and Git. For Python 3.8, C++ is also required. See instructions below for your operating system: | [Windows 10](https://github.com/openvinotoolkit/openvino_notebooks/wiki/Windows) | [Ubuntu](https://github.com/openvinotoolkit/openvino_notebooks/wiki/Ubuntu) | [macOS](https://github.com/openvinotoolkit/openvino_notebooks/wiki/macOS) | [Red Hat](https://github.com/openvinotoolkit/openvino_notebooks/wiki/Red-Hat-and-CentOS) | [CentOS](https://github.com/openvinotoolkit/openvino_notebooks/wiki/Red-Hat-and-CentOS) | [Azure ML](https://github.com/openvinotoolkit/openvino_notebooks/wiki/AzureML) | | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | -Once you have installed Python and Git, follow the steps below. +Once you have installed Python, Git and C++, follow the steps below. ### Step 1: Create and Activate `openvino_env` Environment