From 0a8425d6e894ef988d1d00e5db4d32ef91756027 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 14 Jun 2023 22:13:41 +0200 Subject: [PATCH] docs: installation on Arch Linux --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cedf57f..f617b2b 100644 --- a/README.md +++ b/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