Install using pip¶
The HPE Nimble Storage SDK for Python may be installed the Python Package Installer, pip for short. Pip is usually installed with Python. It varies from host operating system and distribution on how to get pip
installed. Please refer to your platform documentation on how to install pip
.
To install the latest version of the SDK:
pip install nimble-sdk
Install from source¶
Alternatively, you can grab the latest source code from GitHub:
git clone https://github.com/hpe-storage/nimble-python-sdk.git
python setup.py install
Note
Python 3.6, a recent version of Requests and NimbleOS 5.0 is required.