add installing section to readme

This commit is contained in:
Nathan J. Mehl 2017-01-25 13:31:47 -08:00
parent 7a2439a08c
commit fe2cf7df3d
1 changed files with 11 additions and 0 deletions

View File

@ -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
=====