Install Intel® Distribution of OpenVINO™ toolkit from Anaconda* Cloud

This guide provides installation steps for Intel® Distribution of OpenVINO™ toolkit distributed through the Anaconda* Cloud.

System Requirements

Operating Systems

Install the runtime package using the Anaconda* Package Manager

  1. Set up the Anaconda* environment. 
  2. Updated conda to the latest version:
    conda update --all
  3. Install the Intel® Distribution of OpenVINO™ Toolkit:
    • Ubuntu* 18.04
      conda install openvino-ie4py-ubuntu18 -c intel
    • CentOS* 7.4
      conda install openvino-ie4py-centos7 -c intel
    • Windows* 10 and macOS*
      conda install openvino-ie4py -c intel
  4. Verify the package installed:
    python -c "import openvino"

Now you can start to develop and run your application.

Known Issues and Limitations

Additional Resources