API Guide

Installation and Uninstallation of OMPSDK
Installing OMPSDK
To install OMPSDK, there are some prerequisites which are essential.
Prerequisites:
Ensure that you have the following:
Python v2.7 or v3.4 and above.
Package management system (pip).
Run the following command
pip install omsdk
OMPSDK is installed and the package is available in PyPI (Python package Index).
Uninstalling OMPSDK
To uninstall OMPSDK, use the following command:
pip uninstall omsdk
2
6 Installation and Uninstallation of OMPSDK