diff --git a/docs/docs/configuration.md b/docs/docs/configuration.md index bedac73c796..8bbff2ee1ba 100644 --- a/docs/docs/configuration.md +++ b/docs/docs/configuration.md @@ -107,6 +107,10 @@ Defaults to one of the following directories: Create a new virtual environment if one doesn't already exist. Defaults to `true`. +!!!note: + When setting this configuration to `false`, the Python environment used must have `pip` + installed and available. + ### `virtualenvs.in-project`: boolean Create the virtualenv inside the project's root directory.