We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6af3b9 commit 098eba9Copy full SHA for 098eba9
README.md
@@ -9,7 +9,7 @@ A collection of various mini-plugins for Nagios.
9
```shell
10
python -m venv env
11
. ./env/bin/activate
12
-./setup.py install
+pip install -e .
13
# Now it is possible to run any of the ./env/bin/nagios_d3s_check_* scripts
14
```
15
0 commit comments