From f261db3bf3fc76db366cf6572d4f1c9e10e22a8c Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 5 Jan 2022 16:38:06 +0100 Subject: [PATCH] update Readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b85ce4c..ed3f0ba 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,16 @@ Requires `pip` (e.g. `pacman -S --needed python-pip`): sudo python3 -m pip install --upgrade --index-url https://test.pypi.org/simple/ --no-deps de.p1st.exec-notify ``` +Note: Make sure that pip is up-to-date and matches your python version: + +```shell +python --version +#=> Python 3.10.1 + +pip --version +#=> pip 20.3.4 from /usr/lib/python3.10/site-packages/pip (python 3.10) +``` + ## Configuration Create configuration file `/etc/execNotify/cfg.ini`: