Installing / Upgrading

HP3PARClient is in the Python Package Index.

Installing with pip

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

$ pip install hp3parclient

To upgrade using pip:

$ pip install --upgrade hp3parclient

Installing with easy_install

If you must install hp3parclient using setuptools do:

$ easy_install hp3parclient

To upgrade do:

$ easy_install -U hp3parclient

Installing from source

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

$ git clone https://github.com/hp-storage/python-3parclient.git
$ cd python-3parclient
$ pip install .

Table Of Contents

Previous topic

HP3PARClient 3.3.2 Documentation

Next topic

Tutorial

This Page