mirror of
https://codeberg.org/privacy1st/exec-notify
synced 2024-12-22 23:16:04 +01:00
docs: installation on Arch Linux
This commit is contained in:
parent
c9923d272a
commit
0a8425d6e8
15
README.md
15
README.md
@ -31,7 +31,13 @@
|
||||
|
||||
## Installation
|
||||
|
||||
### Installation - global
|
||||
### Installation - Arch Linux
|
||||
|
||||
```shell
|
||||
make
|
||||
```
|
||||
|
||||
### Installation - pip
|
||||
|
||||
Requires `pip` (e.g. `pacman -S --needed python-pip`).
|
||||
|
||||
@ -79,13 +85,6 @@ python3 -m pip install git+https://codeberg.org/privacy1st/exec-notify
|
||||
python3 -m pip install ~/Downloads/git/exec-notify/
|
||||
```
|
||||
|
||||
Note about usage of TestPyPI and `--no-deps`:
|
||||
|
||||
> Since TestPyPI doesn't have the same packages as the live PyPI, it's possible that attempting
|
||||
> to install dependencies may fail or install something unexpected. While this package
|
||||
> doesn't have any dependencies, it's a good practice to avoid installing dependencies when
|
||||
> using TestPyPI.
|
||||
|
||||
(Optionally) list installed modules:
|
||||
|
||||
```shell
|
||||
|
Loading…
Reference in New Issue
Block a user