Skip to content

Commit 7135953

Browse files
authored
Update instructions to install and activate using poetry (dry-python#2064)
1 parent 475dc52 commit 7135953

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@ To install them you would need to run the `install` command:
3030
poetry install
3131
```
3232

33-
To activate your `virtualenv` run `poetry shell`.
33+
To install extra dependencies for working on the `hypothesis` or `mypy` plugin:
34+
35+
```bash
36+
poetry install --extras check-laws
37+
poetry install --extras compatible-mypy
38+
```
39+
40+
To activate your `virtualenv` run `eval $(poetry env activate)`.
3441

3542

3643
## Tests

0 commit comments

Comments
 (0)