Skip to content

Commit c966a33

Browse files
Update dev-setup.md (#1746)
Under Bootstrap, added a step for running the poetry self add poetry-plugin-shell script
1 parent a677887 commit c966a33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/concepts/dev-setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ Run the [`bootstrap`](https://github.com/demisto/content/blob/master/.hooks/boot
8282
.hooks/bootstrap
8383
```
8484

85+
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:
86+
87+
```bash
88+
poetry self add poetry-plugin-shell
89+
```
90+
8591
After the script completes, you can activate the newly created virtual environment by running:
8692

8793
```bash

0 commit comments

Comments
 (0)