diff --git a/docs/install_guides/installing-openvino-from-archive-linux.md b/docs/install_guides/installing-openvino-from-archive-linux.md index 4b1e1d6ec6a..dd54e043aae 100644 --- a/docs/install_guides/installing-openvino-from-archive-linux.md +++ b/docs/install_guides/installing-openvino-from-archive-linux.md @@ -15,7 +15,7 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles * Ubuntu 20.04 long-term support (LTS), 64-bit .. note:: - Since the OpenVINO™ 2022.1 release, CentOS 7.6, 64-bit is not longer supported. + Since the OpenVINO™ 2022.1 release, CentOS 7.6, 64-bit is no longer supported. .. tab:: Hardware @@ -42,7 +42,7 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles * `CMake 3.13 or higher, 64-bit `_ * GCC 7.5.0 (for Ubuntu 18.04) or GCC 9.3.0 (for Ubuntu 20.04) * `Python 3.6 - 3.10, 64-bit `_ - * Note that OpenVINO is gradually stopping the support for Python 3.6. Python 3.7 - 3.10 are recommended. + * Note that OpenVINO is gradually stopping the support for Python 3.6. You are encouraged to use Python 3.7 - 3.10. @endsphinxdirective @@ -51,7 +51,7 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles @sphinxdirective .. important:: - Before you start your journey with installation of the Intel® Distribution of OpenVINO™ toolkit, we encourage you to check the :ref:`code samples ` in C, C++, Python and :ref:`notebook tutorials `, so you could see all the amazing things that you can achieve with our tool. + Before you start your journey with the installation of the Intel® Distribution of OpenVINO™ toolkit, we encourage you to check the :ref:`code samples ` in C, C++, Python and :ref:`notebook tutorials `, so you could see all the amazing things that you can achieve with our tool. @endsphinxdirective @@ -84,11 +84,11 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles If you forgot to set the directory in Step 5, you can then use `sudo mv /opt/intel` (for root users or administrators), or `mv /home//intel/` (for regular users) to set that. -For simplicity, it is useful to create a symbolink link: +For simplicity, it is useful to create a symbolic link/symlink: ```sh ln -s /home//intel/ /home//intel/openvino_2022 ``` -If such link already exists, remove the previous link with `rm /home//intel/openvino_2022`. +If such a link already exists, remove the previous link with `rm /home//intel/openvino_2022`. The `/opt/intel/openvino_/` or `/home//intel/openvino_/` will be referred as the standard OpenVINO `` in this document. @@ -104,7 +104,7 @@ source /setupvars.sh If you have more than one OpenVINO™ version on your machine, you can easily switch its version by sourcing `setupvars.sh` of your choice. -> **NOTE**: You can also run this script every time when you start new terminal session. Open `~/.bashrc` in your favorite editor, and add `source /setupvars.sh`. Next time when you open a terminal, you will see `[setupvars.sh] OpenVINO™ environment initialized`. Changing `.bashrc` is not recommended when you have many OpenVINO™ versions on your machine and want to switch among them, as each may require different setup. +> **NOTE**: You can also run this script every time you start a new terminal session. Open `~/.bashrc` in your favorite editor, and add `source /setupvars.sh`. Next time when you open a terminal, you will see `[setupvars.sh] OpenVINO™ environment initialized`. Changing `.bashrc` is not recommended when you have many OpenVINO™ versions on your machine and want to switch among them, as each may require a different setup. The environment variables are set. Next, you can download some additional tools. @@ -112,7 +112,7 @@ The environment variables are set. Next, you can download some additional tools. Since the OpenVINO™ 2022.1 release, the following development tools: Model Optimizer, Post-Training Optimization Tool, Model Downloader and other Open Model Zoo tools, Accuracy Checker, and Annotation Converter can only be installed via PyPI. See [Install OpenVINO™ Development Tools](installing-model-dev-tools.md) for detailed steps. -OpenCV is necessary to run demos from Open Model Zoo (OMZ). Some OpenVINO samples can also extend their capabilities when compiled with OpenCV as a dependency. To install OpenCV for OpenVINO, see the [instructions on Github](https://github.com/opencv/opencv/wiki/BuildOpenCV4OpenVINO). +OpenCV is necessary to run demos from Open Model Zoo (OMZ). Some OpenVINO samples can also extend their capabilities when compiled with OpenCV as a dependency. To install OpenCV for OpenVINO, see the [instructions on GitHub](https://github.com/opencv/opencv/wiki/BuildOpenCV4OpenVINO). ### Step 4 (Optional): Configure Inference on Non-CPU Devices @@ -167,7 +167,7 @@ To uninstall the toolkit, follow the steps on the [Uninstalling page](uninstalli * Writing your own OpenVINO™ applications: :ref:`OpenVINO™ Runtime User Guide ` * Sample applications: :ref:`OpenVINO™ Toolkit Samples Overview ` * Pre-trained deep learning models: :ref:`Overview of OpenVINO™ Toolkit Pre-Trained Models ` -* IoT libraries and code samples in the GitHUB repository: `Intel® IoT Developer Kit`_ +* IoT libraries and code samples in the GitHub repository: `Intel® IoT Developer Kit`_ .. _Intel® IoT Developer Kit: https://github.com/intel-iot-devkit diff --git a/docs/install_guides/installing-openvino-from-archive-macos.md b/docs/install_guides/installing-openvino-from-archive-macos.md index 4cb2ffae8e4..e936e0faa10 100644 --- a/docs/install_guides/installing-openvino-from-archive-macos.md +++ b/docs/install_guides/installing-openvino-from-archive-macos.md @@ -30,8 +30,8 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles .. tab:: Software Requirements * `CMake 3.13 or higher `_ (choose "macOS 10.13 or later"). Add `/Applications/CMake.app/Contents/bin` to path (for default install). - * `Python 3.6 - 3.9 `_ (choose 3.6 - 3.10). Install and add to path. - * Note that OpenVINO is gradually stopping the support for Python 3.6. Python 3.7 - 3.10 are recommended. + * `Python 3.6 - 3.10 `_ (choose 3.6 - 3.10). Install and add to path. + * Note that OpenVINO is gradually stopping the support for Python 3.6. You are encouraged to use Python 3.7 - 3.10. * Apple Xcode Command Line Tools. In the terminal, run `xcode-select --install` from any directory * (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development) @@ -65,7 +65,7 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles For simplicity, you can create a symbolic link to the latest installation: `/opt/intel/openvino_2022/`. -The core components are now installed. Continue to the next section to configure environment. +The core components are now installed. Continue to the next section to configure the environment. ### Step 2: Configure the Environment @@ -77,7 +77,7 @@ source /setupvars.sh If you have more than one OpenVINO™ version on your machine, you can easily switch its version by sourcing `setupvars.sh` of your choice. -> **NOTE**: You can also run this script every time when you start new terminal session. Open `~/.bashrc` in your favorite editor, and add `source /setupvars.sh`. Next time when you open a terminal, you will see `[setupvars.sh] OpenVINO™ environment initialized`. Changing `.bashrc` is not recommended when you have many OpenVINO™ versions on your machine and want to switch among them, as each may require different setup. +> **NOTE**: You can also run this script whenever you start a new terminal session. Open `~/.bashrc` in your favorite editor, and add `source /setupvars.sh`. Next time when you open a terminal, you will see `[setupvars.sh] OpenVINO™ environment initialized`. Changing `.bashrc` is not recommended when you have many OpenVINO™ versions on your machine and want to switch among them, as each may require a different setup. The environment variables are set. Continue to the next section if you want to download any additional components. @@ -85,7 +85,7 @@ The environment variables are set. Continue to the next section if you want to d Since the OpenVINO™ 2022.1 release, the following development tools: Model Optimizer, Post-Training Optimization Tool, Model Downloader and other Open Model Zoo tools, Accuracy Checker, and Annotation Converter are not part of the installer. The OpenVINO™ Development Tools can only be installed via PyPI now. See [Install OpenVINO™ Development Tools](installing-model-dev-tools.md) for detailed steps. -OpenCV is necessary to run demos from Open Model Zoo (OMZ). Some OpenVINO samples can also extend their capabilities when compiled with OpenCV as a dependency. To install OpenCV for OpenVINO, see the [instructions on Github](https://github.com/opencv/opencv/wiki/BuildOpenCV4OpenVINO). +OpenCV is necessary to run demos from Open Model Zoo (OMZ). Some OpenVINO samples can also extend their capabilities when compiled with OpenCV as a dependency. To install OpenCV for OpenVINO, see the [instructions on GitHub](https://github.com/opencv/opencv/wiki/BuildOpenCV4OpenVINO). ### Step 4 (Optional): Configure the Intel® Neural Compute Stick 2 @@ -113,31 +113,17 @@ To start with C++ samples, see Step 4 (Optional): Configure Inference on non-CPU Devices @@ -145,24 +145,17 @@ To start with C++ samples, see