Skip to content

Commit 5823049

Browse files
authored
chore: Update poetry instructions (#24)
1 parent 0a7575e commit 5823049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ We encourage pull requests and other contributions from the community. Before su
1414

1515
This project is built using [poetry](https://python-poetry.org/). To learn more about the basics of working with this tool, read [Poetry's basic usage guide](https://python-poetry.org/docs/basic-usage/).
1616

17-
To begin development, active the poetry shell and ensure your dependencies are installed.
17+
To begin development, ensure your dependencies are installed and (optionally) activate the virtualenv.
1818

1919
```
20-
poetry shell
2120
poetry install
21+
eval $(poetry env activate)
2222
```
2323

2424
## Build instructions

0 commit comments

Comments
 (0)