We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4bc98 commit 2af7640Copy full SHA for 2af7640
1 file changed
CONTRIBUTING.md
@@ -19,8 +19,8 @@ This project should be developed against its minimum compatible version as descr
19
To install the runtime and test requirements:
20
21
```
22
-poetry shell
23
poetry install
+eval $(poetry env activate)
24
25
26
### Testing
0 commit comments