# Installation Guide ## Install POT from PyPI POT is distributed as a part of OpenVINO™ Development Tools package. For installation instruction, refer to this [document](@ref openvino_docs_install_guides_install_dev_tools). ## Install POT from GitHub The latest version of the Post-training Optimization Tool is available on [GitHub](https://github.com/openvinotoolkit/openvino/tree/master/tools/pot) and can be installed from source. As prerequisites, you need to install [OpenVINO™ Runtime](@ref openvino_docs_install_guides_install_runtime) and other dependencies such as [Model Optimizer](@ref openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide) and [Accuracy Checker](@ref omz_tools_accuracy_checker). To install POT from source: - Clone the OpenVINO repository ```sh git clone --recusive https://github.com/openvinotoolkit/openvino.git ``` After installation, POT is available as a Python library under `openvino.tools.pot.*` and in the command line by the `pot` alias. To verify it, run `pot -h`.