Install Guide

Identifier GUID-0F4F893B-386C-4D54-A620-7D19A86AB13D
Version 3
Status Released
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