From f0fb18da710df1dff7bbd47d115d9462e0f7e8a7 Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Tue, 19 Nov 2024 23:54:18 -0700 Subject: [PATCH] doc: pypi instructions --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88d4632..7f874dc 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ include_toc: true **app_skellington** -=============== - Application framework for Python, features include: - Pain-free multi-level command menu: Expose public class methods as commands available to user. - Simple to define services and automatic dependency injection based on name (with custom invocation as an option). \*WIP @@ -22,8 +20,19 @@ Principles: # PyPi Hosted Link +This is the project page for PyPi: The Python Package Index for community third-party libraries + https://pypi.org/project/app-skellington/ +``` +pip install app_skellington # install +pip uninstall app_skellington # uninstall +pip download app_skellington # download .whl wheel files for redistributable install +pip install -U app_skellington # upgrade +pip list # list install packages in environment +pip index version app_skellington # enumerate available distributions in pypi for package +``` + # Application Configuration Site configurations are supported through ConfigObj. There is a config.spec