Skip to content

Commit 2af7640

Browse files
authored
chore: Update poetry instructions (#48)
1 parent df4bc98 commit 2af7640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This project should be developed against its minimum compatible version as descr
1919
To install the runtime and test requirements:
2020

2121
```
22-
poetry shell
2322
poetry install
23+
eval $(poetry env activate)
2424
```
2525

2626
### Testing

0 commit comments

Comments
 (0)