mirror of https://github.com/OpenKMIP/PyKMIP.git
2
Installation
Peter Hamilton edited this page 2016-12-01 15:05:19 -05:00
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