Skip to content

Commit

Permalink
Refere the mypy-plugin extras in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukovgreen committed Mar 17, 2023
1 parent 322d21b commit 4fc5b66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ Smart, pythonic, ad-hoc, typed polymorphism for Python.
pip install classes
```

You also need to [configure](https://classes.readthedocs.io/en/latest/pages/container.html#type-safety)
You may also need to [configure](https://classes.readthedocs.io/en/latest/pages/container.html#type-safety)
`mypy` correctly and install our plugin:

```bash
pip install classes[mypy-plugin]
```
and

```ini
# In setup.cfg or mypy.ini:
[mypy]
Expand Down

0 comments on commit 4fc5b66

Please sign in to comment.