Skip to content

Commit

Permalink
doc: add note for pip requirement in system env
Browse files Browse the repository at this point in the history
  • Loading branch information
KGB33 authored Sep 30, 2020
1 parent 7bb9358 commit 007405d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 007405d

Please sign in to comment.