From a32d15bd6182d4b5a35d40ec6dee93b71aee5404 Mon Sep 17 00:00:00 2001 From: Ben Weisburd Date: Sun, 8 Mar 2026 03:00:28 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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