Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/concepts/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ Run the [`bootstrap`](https://github.com/demisto/content/blob/master/.hooks/boot
.hooks/bootstrap
```

After the bootstrap script completes, install an extra [`plugin`](https://github.com/python-poetry/poetry-plugin-shell) to get poetry shell to work by running:

```bash
poetry self add poetry-plugin-shell
```

After the script completes, you can activate the newly created virtual environment by running:

```bash
Expand Down
Loading