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