doc: pypi instructions

This commit is contained in:
Mathew Guest 2024-11-19 23:54:18 -07:00
parent afd2b5eb42
commit f0fb18da71

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