diff --git a/docs/configuration.md b/docs/configuration.md index acca3e0a..b5eeac25 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -28,7 +28,7 @@ logging.level = "INFO" ````{tab} pip ```console -$ pip install . --config-settings=cmake.verbose=true --config-settings=logging.level=INFO +$ pip install . -v --config-settings=cmake.verbose=true --config-settings=logging.level=INFO ``` ```` @@ -64,6 +64,13 @@ SKBUILD_LOGGING_LEVEL: "INFO" ```` +:::{note} + +When using `pip`, make sure you include at least a `-v` argument so that the +verbosity settings above are displayed. + +::: + :::{warning} In general, the environment variable method is intended as an emergency