diff options
Diffstat (limited to 'python/mypy/README')
-rw-r--r-- | python/mypy/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/mypy/README b/python/mypy/README index 623a5bf24d57..30a174662a15 100644 --- a/python/mypy/README +++ b/python/mypy/README @@ -7,3 +7,5 @@ fall back to dynamic typing when static typing is not convenient, such as for legacy code. This (source) is downloaded from pypi.org/projects/mypy as the mypi github site does not have a complete sourcecode zip. + +This requires typing-extensions created with python3 present. |