Install Guide

NOTE: Do not alter the setup_file.txt generated during installation of omsdk using setup.py
cd omsdk-devel/
python uninstall.py
NOTE: Set an environment to ensure python as a command is working.
Upgrading OMSDK package using pip
NOTE: To upgrade OMSDK without using pip, uninstall the current version and install the supported version of OMSDK.
Run the below command to Upgrade OMSDK using pip:
pip install omsdk --upgrade
pip install omdrivers --upgrade
OMSDK Installation 17