global installation depends on pip
This commit is contained in:
Daniel Langbein 2021-11-23 19:31:02 +01:00
parent 19d4188205
commit b9b3b192e2

View File

@ -47,6 +47,8 @@ pip list
## Instalation - global ## Instalation - global
Requires `pip` (e.g. `pacman -S --needed python-pip`):
```shell ```shell
sudo python3 -m pip install --upgrade --index-url https://test.pypi.org/simple/ --no-deps de.p1st.exec-notify sudo python3 -m pip install --upgrade --index-url https://test.pypi.org/simple/ --no-deps de.p1st.exec-notify
``` ```