-
Navigate to the home directory of the user
enterprisedbusing thecd ~command.
-
Clone the PyKMIP repository.
git clone https://github.com/openkmip/pykmip.git
-
Check out the latest versions V0.10.0
-
Change the directory to
pykmip -
Check out v0.10.0:
git checkout tags/v0.10.0
-
-
Install PyKMIP .
$ sudo python3.9 setup.py install
-
Verify the installed PyKMIP version.
$ pip show pykmip
Linux Terminal: PyKMIPinstallation