We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There are a couple of different ways to install PyKMIP. To install the latest version of PyKMIP, use pip:
pip
$ pip install pykmip
To install the latest development version directly from GitHub, first clone the PyKMIP repository and then install it using setup.py:
setup.py
$ git clone https://github.com/OpenKMIP/PyKMIP.git $ python PyKMIP/setup.py install