Install Guide

OMSDK-Installation
OMSDK verfügbar als Standard-Python-Paket unter pypi.org
Installation und Deinstallation des OMSDK-Pakets
mit PIP
Um das OMSDK-Paket mithilfe von PIP zu installieren, führen Sie die folgenden Befehle aus:
pip install omsdk
pip install omdrivers
Um das OMSDK-Paket mithilfe von PIP zu deinstallieren, führen Sie die folgenden Befehle aus:
pip uninstall omsdk
pip uninstall omdrivers
Installation und Deinstallation des OMSDK-Pakets
ohne PIP
ANMERKUNG:
Setup.py installiert keine OMSDK-abhängigen python-Bibliotheken. Stellen Sie sicher, dass Sie
zusammen mit den folgenden Bibliotheken manuell installieren:
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
So installieren Sie das OMSDK-Paket ohne Verwendung von pip,
1. Laden Sie das Quellpaket manuell von https://github.com/dell/omsdk herunter.
2. Klicken Sie aufClone or Download
3. Klicken Sie auf Download zip und führen Sie die folgenden Befehle aus:
cd <downloaded path>
unzip omsdk-devel.zip
cd omsdk-devel/
python setup.py install
Um das OMSDK-Paket ohne Verwendung von pip zu deinstallieren, führen Sie die folgenden Befehle aus:
A
16 OMSDK-Installation