We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
poetry
1 parent 475dc52 commit 7135953Copy full SHA for 7135953
CONTRIBUTING.md
@@ -30,7 +30,14 @@ To install them you would need to run the `install` command:
30
poetry install
31
```
32
33
-To activate your `virtualenv` run `poetry shell`.
+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)`.
41
42
43
## Tests
0 commit comments