CiscoUcs / ucscsdk

Python SDK for Ucs Central
Other
10 stars 16 forks source link

Python SDK for Cisco UCS Central

Installation

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/ucscsdk.git
    cd ucscsdk
    make install

From pip

    pip install ucscsdk

Community: