Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 662 Bytes

File metadata and controls

32 lines (23 loc) · 662 Bytes

hpICsp

This library provides a pure Python interface to the HPE Insight Control server provisioning RESTful API.

Installation

From source

$ git clone https://github.com/HewlettPackard/python-hpICsp.git
$ cd python-hpICsp
$ python setup.py install --user  # to install in the user directory (~/.local)
$ sudo python setup.py install    # to install globally

Or if using PIP:

$ git clone https://github.com/HewlettPackard/python-hpICsp.git
$ cd python-hpICsp
$ pip install .

From Pypi

$ pip install hpICsp

Both installation methods work if you are using virtualenv, which you should be!