]> xn--ix-yja.es Git - alex.git/commitdiff
Fix link
authoralex <alex@pdp7.net>
Fri, 22 Apr 2022 23:35:29 +0000 (01:35 +0200)
committeralex <alex@pdp7.net>
Fri, 22 Apr 2022 23:35:29 +0000 (01:35 +0200)
programming/python/creating_nice_python_cli_tools.md

index 6a44745460242d373efd7fd977ea696e3e522aae..df3b8126a7ba482b4367263dcc16d92c75de53f1 100644 (file)
@@ -1,6 +1,6 @@
 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:
+* Use [my suggestions for setting up Python projects](project_setup.md), 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).
   * As you are using [poetry](https://python-poetry.org/), following the indications above: