From fe2cf7df3deaa2be80609a50a8b8bd3a5849ea52 Mon Sep 17 00:00:00 2001 From: "Nathan J. Mehl" Date: Wed, 25 Jan 2017 13:31:47 -0800 Subject: [PATCH] add installing section to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 99b59d2..c6339bc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ Currently only tested on Python 2.6 and 2.7. Should run on any python2 distribution that can install the [arpy](https://pypi.python.org/pypi/arpy/) library. +Installing +========== + +Install the 'pydpkg' package from [PyPi](https://pypi.python.org) using +the [pip](https://packaging.python.org/installing/) tool: + + $ pip install pydpkg + Collecting pydpkg + Downloading pydpkg-1.0-py2-none-any.whl + Installing collected packages: pydpkg + Successfully installed pydpkg-1.0 Usage =====