Skip to content

Commit 3ccca2f

Browse files
committed
Change from pipxx to pipx
1 parent c75667d commit 3ccca2f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,19 @@ the next Configuration section.
7575
Python 3.7 or later is required. The 3rd party ruamel.yaml package is
7676
also required. Note [_sleep-inhibitor_ is on
7777
PyPI](https://pypi.org/project/sleep-inhibitor/) so just ensure that
78-
[`pipx`](https://pypa.github.io/pipx/) is installed then use it to
79-
install [`pipxx`](https://github.com/bulletmark/pipxx):
78+
[`pipx`](https://pypa.github.io/pipx/) is installed then:
8079

81-
$ pipx install pipxx
80+
To install:
8281

83-
Then use `pipxx` to install sleep-inhibitor:
84-
85-
$ sudo pipxx install sleep-inhibitor
82+
$ sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/bin pipx install sleep-inhibitor
8683

8784
To upgrade:
8885

89-
$ sudo pipxx upgrade sleep-inhibitor
86+
$ sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/bin pipx upgrade sleep-inhibitor
9087

9188
To remove:
9289

93-
$ sudo pipxx uninstall sleep-inhibitor
90+
$ sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/bin pipx uninstall sleep-inhibitor
9491

9592
Some plugins require other software to be installed. E.g. If you use the
9693
[`plex-media-server`](sleep_inhibitor/plugins/plex-media-server)

0 commit comments

Comments
 (0)