diff --git a/docs/install_guides/installing-openvino-apt.md b/docs/install_guides/installing-openvino-apt.md
index 452979dc0e4..d97d8a211c7 100644
--- a/docs/install_guides/installing-openvino-apt.md
+++ b/docs/install_guides/installing-openvino-apt.md
@@ -15,6 +15,12 @@ The complete list of supported hardware is available in the [Release Notes](http
- Ubuntu 18.04 long-term support (LTS), 64-bit
- Ubuntu 20.04 long-term support (LTS), 64-bit
+**Software**
+
+- [CMake 3.13 or higher, 64-bit](https://cmake.org/download/)
+- GCC 7.5.0 (for Ubuntu 18.04) or GCC 9.3.0 (for Ubuntu 20.04)
+- [Python 3.6 - 3.9, 64-bit](https://www.python.org/downloads/windows/)
+
## Install OpenVINO Runtime
### Step 1: Set Up the OpenVINO Toolkit APT Repository
diff --git a/docs/install_guides/installing-openvino-linux.md b/docs/install_guides/installing-openvino-linux.md
index 77c4462c93c..90574b4763f 100644
--- a/docs/install_guides/installing-openvino-linux.md
+++ b/docs/install_guides/installing-openvino-linux.md
@@ -33,6 +33,12 @@
.. _Product Specifications: https://ark.intel.com/
+.. tab:: Software
+
+ * `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.9, 64-bit `_
+
@endsphinxdirective
## Overview
diff --git a/docs/install_guides/installing-openvino-yum.md b/docs/install_guides/installing-openvino-yum.md
index 4e0204a0616..09344952085 100644
--- a/docs/install_guides/installing-openvino-yum.md
+++ b/docs/install_guides/installing-openvino-yum.md
@@ -14,6 +14,12 @@ The complete list of supported hardware is available in the [Release Notes](http
- Red Hat Enterprise Linux 8, 64-bit
+**Software**
+
+- [CMake 3.13 or higher, 64-bit](https://cmake.org/download/)
+- GCC 8.2.0
+- [Python 3.6 - 3.9, 64-bit](https://www.python.org/downloads/windows/)
+
## Install OpenVINO Runtime
### Step 1: Set Up the Repository