mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
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