From d32a2d63dec1af65603a0f8e117677dd37a2fd00 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Tue, 1 Sep 2020 06:17:00 -0400 Subject: [PATCH] Added Conda CentOS documentation 2020.4 (#1367) * Added Conda CentOS documentation 2020.4 * Added OS --- docs/install_guides/installing-openvino-conda.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install_guides/installing-openvino-conda.md b/docs/install_guides/installing-openvino-conda.md index 5f1dc3a222f..2815fb15702 100644 --- a/docs/install_guides/installing-openvino-conda.md +++ b/docs/install_guides/installing-openvino-conda.md @@ -10,6 +10,7 @@ This guide provides installation steps for Intel® Distribution of OpenVINO™ t **Operating Systems** - Ubuntu* 18.04 long-term support (LTS), 64-bit +- CentOS* 7.4, 64-bit - macOS* 10.14.x versions. - Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions - Windows Server* 2016 or higher @@ -29,6 +30,10 @@ This guide provides installation steps for Intel® Distribution of OpenVINO™ t ```sh conda install openvino-ie4py-ubuntu18 -c intel ``` + - CentOS* 7.4 + ```sh + conda install openvino-ie4py-centos7 -c intel + ``` - Windows* 10 and macOS* ```sh conda install openvino-ie4py -c intel