Installation

py-pure-client is available through the Python Package Index.

The source code is also available on GitHub and can optionally be built and installed manually.

pip Installation

$ pip install py-pure-client

Manual Installation

$ git clone https://github.com/PureStorage-OpenConnect/py-pure-client.git
$ cd py-pure-client
$ pip install -r requirements.txt
$ python setup.py install