From 5d3d0b1a30591cfc855f948dd51d257edabb57d5 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 22 Apr 2022 20:56:46 +0200 Subject: [PATCH] Add some rationale --- programming/python/creating_nice_python_cli_tools.md | 2 ++ 1 file changed, 2 insertions(+) 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). -- 2.47.3