Setup Guide

OMSDK Installation
OMSDK is available as a standard python package in pypi.org. You can install OMSDK using pip.
Installing OMSDK package:
Run the below command to Install OMSDK:
pip install omsdk==1.1.268
pip install omdrivers==1.1.268
Upgrading OMSDK package:
Run the below command to Upgrade OMSDK:
pip install omsdk --upgrade
pip install omdrivers --upgrade
Uninstalling OMSDK package:
Run the below command to Uninstall OMSDK:
pip uninstall omsdk
pip uninstall omdrivers
A
OMSDK Installation 17