From e2216148b74bc7841f482479ca64c02af16f9d79 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Fri, 16 Jun 2023 00:21:05 +0200 Subject: [PATCH] adjust README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03f395a..ee9b9f1 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ cd ~/.config/inkscape/extensions/ git clone https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.2.git python -m pip install --upgrade pip #upgrade pip first pip install --upgrade --quiet --no-cache-dir -r ~/.config/inkscape/extensions/mightyscape-1.2/requirements.txt -cat ~/.config/inkscape/extensions/mightyscape-1.2/requirements.txt | xargs -n 1 pip install --upgrade --quiet --no-cache-dir #use this in case the previous command failed (skip errors) +cat ~/.config/inkscape/extensions/mightyscape-1.2/requirements.txt | sed '/^#/d' | xargs -n 1 pip install --upgrade --quiet --no-cache-dir #use this in case the previous command failed (skip errors) ``` **On Windows this might look like:**