deb-python-hplefthandclient/docs/installation.rst
Anthony Lee b6e4689754 Rebranding the hplefthandclient
This patch changes all references to HP in the client to now
be HPE.
The client itself is also renamed to hpelefthandclient.
The new version for this client is 2.0.0.

Change-Id: I7bfb20e5619b93bd1d7e0b7728932eb36bb0dad9
2015-11-13 15:47:35 -08:00

1.3 KiB

Installing / Upgrading

HPELeftHandClient is in the Python Package Index.

Installing with pip

We prefer pip to install hpelefthandclient on platforms other than Windows:

$ pip install python-lefthandclient

To upgrade using pip:

$ pip install --upgrade python-lefthandclient

Installing with easy_install

If you must install hpelefthandclient using setuptools do:

$ easy_install python-lefthandclient

To upgrade do:

$ easy_install -U python-lefthandclient

Installing from source

If you'd rather install directly from the source (i.e. to stay on the bleeding edge), install the C extension dependencies then check out the latest source from github and install the driver from the resulting tree:

$ git clone git://github.com/hpe-storage/python-lefthandlient.git
$ cd python-lefthandclient/
$ pip install .

Uninstalling an old client

If the older HPLeftHandClient was installed on the system already it will need to be removed. Run the following command to remove it:

$ sudo pip uninstall hplefthandclient