Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 165
Installation
Peter Hamilton edited this page Dec 1, 2016
·
2 revisions
There are a couple of different ways to install PyKMIP. To install the latest version of PyKMIP, use 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:
$ git clone https://github.com/OpenKMIP/PyKMIP.git
$ python PyKMIP/setup.py install