Skip to content

Commit

Permalink
Add note about C++ requirement to README.md (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel authored Jul 15, 2021
1 parent 8af9668 commit fdb298c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fdb298c

Please sign in to comment.