From 9a7b30231456c25c300efcd2420502b8597cf1fb Mon Sep 17 00:00:00 2001 From: Christophe Demko Date: Thu, 18 Jan 2024 10:21:54 +0100 Subject: [PATCH] Use pipx for install --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 516a672..15f0850 100644 --- a/README.md +++ b/README.md @@ -36,26 +36,16 @@ Instructions Install *pandoc-numbering* using the bash command ~~~shell -$ pip install pandoc-numbering +$ pipx install pandoc-numbering ~~~ To upgrade to the most recent release, use ~~~shell -$ pip install --upgrade pandoc-numbering +$ pipx install --upgrade pandoc-numbering ~~~ -To upgrade to the current code, use - -~~~shell -$ pip install --upgrade --force --no-cache git+https://github.com/chdemko/pandoc-numbering -~~~ - -`pip` is a script that downloads and installs modules from the Python Package Index, [PyPI]. It should come installed with your python distribution. If you are running linux, `pip` may be bundled separately. On a Debian-based system (including Ubuntu), you can install it as root using - -~~~shell -$ sudo apt-get install python3-pip -~~~ +`pipx` is a script to install and run python applications in isolated environments from the Python Package Index, [PyPI]. It can be installed using instructions given [here](https://pipx.pypa.io/stable/). Make sure you have the