Skip to content

Commit bb094f0

Browse files
committed
docs: update INSTALL
1 parent c2c96a5 commit bb094f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ After installing/copying, the directory on the remote host should look like this
7676
├── ...
7777
└── xml
7878
79-
We try to avoid dependencies on 3rd party OS- or Python-libraries wherever possible. If we need to use additional libraries for various reasons (for example `psutil <https://psutil.readthedocs.io/en/latest/>`_), we stick with official versions. The easiest way is to install them using your package manager, pip or whatever (depends on your environment). On the remote machine:
79+
We try to avoid dependencies on 3rd party OS- or Python-libraries wherever possible. If we need to use additional libraries for various reasons (for example `psutil <https://psutil.readthedocs.io/en/latest/>`_), we stick with official versions. The easiest way is to install them using your package manager, pip or whatever (depends on your environment). On the remote machine, for example including switching to the user "icinga":
8080

8181
.. code-block:: bash
8282
83-
python3 -m pip install --user --upgrade pip
84-
python3 -m pip install --user --requirement /tmp/requirements.txt --require-hashes
83+
sudo -u icinga python3 -m pip install --user --upgrade pip
84+
sudo -u icinga python3 -m pip install --user --requirement /tmp/requirements.txt --require-hashes
8585
8686
On RHEL and compatible, to make SELinux happy run:
8787

0 commit comments

Comments
 (0)