commit 4aa779d2a8cdd0e41ff9d10078926a3de9a623f2
parent 49769c872ca6cf738a45d2903c9f83a7ba10787d
Author: NunoSempere <nuno.semperelh@protonmail.com>
Date: Mon, 3 Jun 2024 19:11:30 +0200
add pointer to pipx
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -17,7 +17,7 @@ mv longnow /bin/longnow
In addition, this utility requires [archivenow](https://github.com/oduwsdl/archivenow) as a dependency, which itself requires a python installation. archivenow can be installed with
```
-pip install archivenow ## respectively, pip3
+pip install archivenow ## respectively, pip3, pipx, etc. depending on the system. I use pipx
```
It also requires [jq](https://stedolan.github.io/jq/download/), which can be installed as: