CiscoUcs / imcsdk

Python SDK for Cisco IMC
Other
38 stars 50 forks source link

Python SDK for Cisco IMC

Documentation

http://imcsdk.readthedocs.io

Installation

The SDK can be installed using any of ways below

From pip:


Installs the last released version

::

        pip install imcsdk

From github:

Installs the latest top of the tree development version

::

    # Install pip (skip if pip is already available):
    wget https://bootstrap.pypa.io/get-pip.py
    python get-pip.py

    git clone https://github.com/ciscoucs/imcsdk.git
    cd imcsdk
    make install

Community: