From b9b3b192e21f81bee5c5daa202d4c5340014ca05 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 23 Nov 2021 19:31:02 +0100 Subject: [PATCH] README global installation depends on pip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9119aa5..13705b8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ pip list ## Instalation - global +Requires `pip` (e.g. `pacman -S --needed python-pip`): + ```shell sudo python3 -m pip install --upgrade --index-url https://test.pypi.org/simple/ --no-deps de.p1st.exec-notify ```