docs/sources/pip.md in licensed-1.5.1 vs docs/sources/pip.md in licensed-1.5.2

- old
+ new

@@ -14,9 +14,10 @@ _note_: `<your_venv_dir>` path should be relative to the repository root or can be specified as an absolute path. #### virtual_env_dir (Required) The `pip` command will be sourced from this directory. +You have to add this setting to your licensed configuration file. An example usage of this might look like: ```yaml python: virtual_env_dir:"/path/to/your/venv_dir" ```