docs: Fix typo in installation instructions for pip/pipx
This commit is contained in:
parent
7963215fa2
commit
f12632b45e
|
|
@ -7,8 +7,7 @@ layout: page
|
||||||
|
|
||||||
An easy way to install the most recent release version of Solaar is from the PyPI repository.
|
An easy way to install the most recent release version of Solaar is from the PyPI repository.
|
||||||
First install pip, and then run
|
First install pip, and then run
|
||||||
`pip install --user solaar` or `pipx install --system-site-packages solaar` or
|
`pip install --user solaar` or `pipx install --system-site-packages solaar`.
|
||||||
If you are using pipx add the `` flag.
|
|
||||||
|
|
||||||
This will not install the Solaar udev rule, which you will need to install manually by copying
|
This will not install the Solaar udev rule, which you will need to install manually by copying
|
||||||
`~/.local/lib/udev/rules.d/42-logitech-unify-permissions.rules`
|
`~/.local/lib/udev/rules.d/42-logitech-unify-permissions.rules`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue