HPE3PARClient is in the Python Package Index.
We prefer pip to install pymongo on platforms other than Windows:
$ pip install python-3parclient
To upgrade using pip:
$ pip install --upgrade python-3parclient
If you must install hpe3parclient using setuptools do:
$ easy_install python-3parclient
To upgrade do:
$ easy_install -U python-3parclient
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/hpe-storage/python-3parclient.git
$ cd python-3parclient
$ pip install .
If the older HP3PARClient was installed on the system already it will need to be removed. Run the following command to remove it:
$ sudo pip uninstall hp3parclient