You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/dev-setup.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,12 @@ Run the [`bootstrap`](https://github.com/demisto/content/blob/master/.hooks/boot
82
82
.hooks/bootstrap
83
83
```
84
84
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
+
85
91
After the script completes, you can activate the newly created virtual environment by running:
0 commit comments