diff --git a/README.md b/README.md index d191ec5..a99ab03 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,17 @@ Python's command line parsing modules such as argparse have very limited support for config files and environment variables, so this module extends argparse to add these features. -Available on PyPI: http://pypi.python.org/pypi/ConfigArgParse +**API docs:** https://bw2.github.io/ConfigArgParse/ + +**PyPI:** http://pypi.python.org/pypi/ConfigArgParse + +## Install + +To install this library, run: + +``` +pip install ConfigArgParse +``` ## Features