File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -75,22 +75,19 @@ the next Configuration section.
75
75
Python 3.7 or later is required. The 3rd party ruamel.yaml package is
76
76
also required. Note [ _ sleep-inhibitor_ is on
77
77
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:
80
79
81
- $ pipx install pipxx
80
+ To install:
82
81
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
86
83
87
84
To upgrade:
88
85
89
- $ sudo pipxx upgrade sleep-inhibitor
86
+ $ sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/bin pipx upgrade sleep-inhibitor
90
87
91
88
To remove:
92
89
93
- $ sudo pipxx uninstall sleep-inhibitor
90
+ $ sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/bin pipx uninstall sleep-inhibitor
94
91
95
92
Some plugins require other software to be installed. E.g. If you use the
96
93
[ ` plex-media-server ` ] ( sleep_inhibitor/plugins/plex-media-server )
You can’t perform that action at this time.
0 commit comments