@@ -46,20 +46,21 @@ The tables below list all prerequisites along with the minimum required version
4646
4747#### Prerequisites to run cmd2 applications
4848
49- | Prerequisite | Minimum Version |
50- | ------------------------------------------------------| -----------------|
51- | [ python] ( https://www.python.org/downloads/ ) | ` 3.8 ` |
52- | [ pyperclip] ( https://github.com/asweigart/pyperclip ) | ` 1.8.2 ` |
53- | [ wcwidth] ( https://pypi.python.org/pypi/wcwidth ) | ` 0.2.12 ` |
49+ | Prerequisite | Minimum Version | Purpose |
50+ | ----------------------------------------------------------| -----------------| ----------------------------------------|
51+ | [ python] ( https://www.python.org/downloads/ ) | ` 3.8 ` | Python programming language |
52+ | [ pyperclip] ( https://github.com/asweigart/pyperclip ) | ` 1.8.2 ` | Cross-platform clipboard functions |
53+ | [ rich-argparse] ( https://pypi.org/project/rich-argparse/ ) | ` 1.6.0 ` | Rich help formatters for argparse |
54+ | [ wcwidth] ( https://pypi.python.org/pypi/wcwidth ) | ` 0.2.12 ` | Measure the displayed width of unicode |
5455
5556#### Additional prerequisites to build and publish cmd2
5657
57- | Prerequisite | Minimum Version |
58- | ----------------------------------------------------------| -----------------|
59- | [ build] ( https://pypi.org/project/build/ ) | ` 1.2.2 ` |
60- | [ setuptools] ( https://pypi.org/project/setuptools/ ) | ` 72.1.0 ` |
61- | [ setuptools-scm] ( https://github.com/pypa/setuptools-scm ) | ` 8.0.4 ` |
62- | [ twine] ( https://github.com/pypa/twine ) | ` 5.1.1 ` |
58+ | Prerequisite | Minimum Version | Purpose |
59+ | ----------------------------------------------------------| -----------------| ------------------------------------- |
60+ | [ build] ( https://pypi.org/project/build/ ) | ` 1.2.2 ` | Python build frontend |
61+ | [ setuptools] ( https://pypi.org/project/setuptools/ ) | ` 72.1.0 ` | Python package management |
62+ | [ setuptools-scm] ( https://github.com/pypa/setuptools-scm ) | ` 8.0.4 ` | Manage your versions by scm tag s |
63+ | [ twine] ( https://github.com/pypa/twine ) | ` 5.1.1 ` | Utilities for interacting with PyPI |
6364
6465#### Additional prerequisites for developing cmd2
6566
0 commit comments