Files
openvino/tools/pot/docs/InstallationGuide.md
Tatiana Savina de47a3b4a4 POT documentation updates (#10578)
* POT changes

* change install

* change img size

* remove cli option
2022-03-06 09:14:39 +03:00

909 B

Post-Training Optimization Tool Installation Guide

Prerequisites

The minimum and the recommended requirements to run the Post-training Optimization Tool (POT) are the same as in OpenVINO™.

Install POT from PyPI

The simplest way to get the Post-training Optimization Tool and OpenVINO™ installed is to use PyPI. Follow the steps below to do that:

  1. Create a separate Python* environment and activate it
  2. To install OpenVINO™, run pip install openvino.
  3. To install POT and other OpenVINO™ developer tools, run pip install openvino-dev.

Now the Post-training Optimization Tool is available in the command line by the pot alias. To verify it, run pot -h.