From 620cc8295657a973a541eaf71b8689c6bf2179ea Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sun, 29 Oct 2023 16:21:13 -0400 Subject: [PATCH] docs: add instructions for pipx --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index ad36dbd2..9039df75 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,7 +7,8 @@ layout: page An easy way to install the most recent release version of Solaar is from the PyPI repository. First install pip, and then run -`pip install --user 'solaar[report-descriptor,git-commit]'`. +`pip install --user solaar`. +If you are using pipx add the `--system-site-packages` flag. This will not install the Solaar udev rule, which you will need to install manually by copying `~/.local/share/solaar/udev-rules.d/42-logitech-unify-permissions.rules`