docs/sources/pip.md in licensed-3.4.3 vs docs/sources/pip.md in licensed-3.4.4
- old
+ new
@@ -18,7 +18,7 @@
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"
+ virtual_env_dir: "/path/to/your/venv_dir"
```