Fix yum code format (#11902)

* fix formatting

* update formatting
This commit is contained in:
Yuan Xu
2022-06-16 09:52:32 +08:00
committed by GitHub
parent e5ddce54f6
commit 54fe2d1a3f
+16 -6
View File
@@ -48,9 +48,14 @@ The complete list of supported hardware is available in the [Release Notes](http
To list available OpenVINO packages, use the following command:
```
yum list 'openvino*'
```
@sphinxdirective
.. code-block:: sh
yum list 'openvino*'
@endsphinxdirective
### Step 2: Install OpenVINO Runtime Using the YUM Package Manager
@@ -82,9 +87,14 @@ sudo yum install openvino-2022.1.0
#### To Check for Installed Packages and Version
Run the following command:
```sh
yum list installed 'openvino*'
```
@sphinxdirective
.. code-block:: sh
yum list installed 'openvino*'
@endsphinxdirective
#### To Uninstall the Latest Version