Install Guide

OMSDK Installation
OMSDK is available as a standard python package in pypi.org
Installing and uninstalling OMSDK package using
pip
To install OMSDK package using pip, run the following commands:
pip install omsdk
pip install omdrivers
To uninstall OMSDK package using pip, run the following commands:
pip uninstall omsdk
pip uninstall omdrivers
Installing and uninstalling OMSDK package
without pip
NOTE:
Setup.py does not install omsdk dependent python libraries. Ensure to manually install along with the following
libraries:
pysnmp>=4.4.1
pyasn1>=0.4.4
enum34>=1.1.6
requests>=2.12.3
PyYAML>=3.12
future>=0.16.0
pysnmp-mibs>=0
To install OMSDK package without using pip,
1. Manually download the source package from https://github.com/dell/omsdk.
2. Click Clone or Download
3. Click Download zip and run the following commands:
cd <downloaded path>
unzip omsdk-devel.zip
cd omsdk-devel/
python setup.py install
To uninstall OMSDK package without using pip, run the following commands:
9
16 OMSDK Installation