From a98ab686d61ab0b689c5e87422792c4c489c35a6 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Thu, 1 Dec 2016 15:05:19 -0500 Subject: [PATCH] Updating code block formatting. --- Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index 13525d3..6be0585 100644 --- a/Installation.md +++ b/Installation.md @@ -1,8 +1,8 @@ There are a couple of different ways to install PyKMIP. To install the latest version of PyKMIP, use `pip`: -`$ pip install pykmip` + $ 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` \ No newline at end of file + $ git clone https://github.com/OpenKMIP/PyKMIP.git + $ python PyKMIP/setup.py install \ No newline at end of file