Skip to content

Commit 41f9385

Browse files
committed
poetry shell was moved to plugin, improve the docs
1 parent eb4abd9 commit 41f9385

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/basic/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ Usage:
55

66
```bash
77
poetry install --all-extras
8+
9+
# If using https://github.com/python-poetry/poetry-plugin-shell
810
poetry shell
11+
12+
# it not using poetry shell, manually activate it
13+
eval $(poetry env activate)
14+
915
export GH_TOKEN=<your github API token>
1016

1117
cd examples/basic

0 commit comments

Comments
 (0)