HP3PARClient is in the Python Package Index.
We prefer pip to install pymongo on platforms other than Windows:
$ pip install hp3parclient
To upgrade using pip:
$ pip install --upgrade hp3parclient
If you must install hp3parclient using setuptools do:
$ easy_install hp3parclient
To upgrade do:
$ easy_install -U hp3parclient
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 .