This commit is contained in:
Jon Ruskin 2022-02-07 16:24:15 -07:00
Родитель a7368bc345
Коммит 18579edcf5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,5 +20,5 @@ 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"
```