From: alex Date: Fri, 22 Apr 2022 18:56:46 +0000 (+0200) Subject: Add some rationale X-Git-Tag: 20240214-emacs~579 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=5d3d0b1a30591cfc855f948dd51d257edabb57d5;p=alex.git Add some rationale --- diff --git a/programming/python/creating_nice_python_cli_tools.md b/programming/python/creating_nice_python_cli_tools.md index 6986416..ce8c3e1 100644 --- a/programming/python/creating_nice_python_cli_tools.md +++ b/programming/python/creating_nice_python_cli_tools.md @@ -1,3 +1,5 @@ +Following this advice can make your tools easy to install by others, pleasant to use, robust, cross-platform, and powerful. + * Use [my suggestions for setting up Python projects](project_setup), particularly: * Provide instructions for installing your tool using [pipx](https://github.com/pypa/pipx). Using pipx, people can install and upgrade your script using a simple command that requires no administrative privileges (but it requires having Python and pipx installed).