mirror of
https://codeberg.org/privacy1st/exec-notify
synced 2024-12-22 23:16:04 +01:00
update Readme
This commit is contained in:
parent
cfced3442c
commit
f261db3bf3
10
README.md
10
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
|
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
|
## Configuration
|
||||||
|
|
||||||
Create configuration file `/etc/execNotify/cfg.ini`:
|
Create configuration file `/etc/execNotify/cfg.ini`:
|
||||||
|
Loading…
Reference in New Issue
Block a user