]> xn--ix-yja.es Git - alex.git/commitdiff
Add some rationale
authoralex <alex@pdp7.net>
Fri, 22 Apr 2022 18:56:46 +0000 (20:56 +0200)
committeralex <alex@pdp7.net>
Fri, 22 Apr 2022 18:56:46 +0000 (20:56 +0200)
programming/python/creating_nice_python_cli_tools.md

index 6986416b96e88bd6642dbfb6f7ed5b5604b25244..ce8c3e14b63fbaf8ac4c169cfe5ddcd1869a83c3 100644 (file)
@@ -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).