Skip to content

Commit 5ba0905

Browse files
authored
chore: Update poetry instructions (#47)
1 parent fc9da97 commit 5ba0905

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
@@ -16,11 +16,11 @@ We encourage pull requests and other contributions from the community. Before su
1616

1717
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/).
1818

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

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

2626
### Testing

0 commit comments

Comments
 (0)