1
0
mirror of https://codeberg.org/privacy1st/exec-notify synced 2025-01-10 01:31:19 +01:00
global installation depends on pip
This commit is contained in:
Daniel Langbein 2021-11-23 19:31:02 +01:00
parent 19d4188205
commit b9b3b192e2

@ -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
```