From 0ce75653cec3c43410dd11caacf1dad701d15e85 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Thu, 1 Dec 2016 15:04:32 -0500 Subject: [PATCH] Updating page to host the Installation guide. --- Installation.md | 8 ++++++++ Test.md | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 Installation.md delete mode 100644 Test.md diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..13525d3 --- /dev/null +++ b/Installation.md @@ -0,0 +1,8 @@ +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` \ No newline at end of file diff --git a/Test.md b/Test.md deleted file mode 100644 index 687e6f5..0000000 --- a/Test.md +++ /dev/null @@ -1,4 +0,0 @@ -This is a test page. - -1. Item one -2. Item two