From 1d8112bba650ad98df98dde1a041d58bf60b3831 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Fri, 11 Dec 2020 13:44:20 +0300 Subject: [PATCH] Update PIP package name (#3530) --- docs/install_guides/installing-openvino-pip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install_guides/installing-openvino-pip.md b/docs/install_guides/installing-openvino-pip.md index 1c7fd0cda26..92d7077f534 100644 --- a/docs/install_guides/installing-openvino-pip.md +++ b/docs/install_guides/installing-openvino-pip.md @@ -24,7 +24,7 @@ python3 -m pip install --upgrade pip Run the command below: ```sh - pip install openvino-python + pip install openvino ``` ### Step 3. Add PATH to environment variables @@ -78,5 +78,5 @@ Now you are ready to develop and run your application. - [Model Optimizer Developer Guide](../MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md). - [Inference Engine Developer Guide](../IE_DG/Deep_Learning_Inference_Engine_DevGuide.md). - For more information on Sample Applications, see the [Inference Engine Samples Overview](../IE_DG/Samples_Overview.md). -- [Intel® Distribution of OpenVINO™ toolkit PIP home page](https://pypi.org/project/openvino-python/) +- [Intel® Distribution of OpenVINO™ toolkit PIP home page](https://pypi.org/project/openvino/)