Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4fc5b66

Browse files
Refere the mypy-plugin extras in the docs
1 parent 322d21b commit 4fc5b66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎README.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@ Smart, pythonic, ad-hoc, typed polymorphism for Python.
3232
pip install classes
3333
```
3434

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

38+
```bash
39+
pip install classes[mypy-plugin]
40+
```
41+
and
42+
3843
```ini
3944
# In setup.cfg or mypy.ini:
4045
[mypy]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /