Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ To install them you would need to run the `install` command:
poetry install
```

To activate your `virtualenv` run `poetry shell`.
To install extra dependencies for working on the `hypothesis` or `mypy` plugin:

```bash
poetry install --extras check-laws
poetry install --extras compatible-mypy
```

To activate your `virtualenv` run `eval $(poetry env activate)`.


## Tests
Expand Down