From ddcef53af4aff65fa354b8eed00889497601be27 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Thu, 2 Dec 2021 15:17:16 +0100 Subject: [PATCH] Link from README to the release script (#6458) And update language about type checkers Co-authored-by: Akuli --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e18354d9d..afd140b10 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,11 @@ you can install the type stubs using $ pip install types-six types-requests These PyPI packages follow [PEP 561](http://www.python.org/dev/peps/pep-0561/) -and are automatically generated by typeshed internal machinery. Also starting -from version 0.900 mypy will provide an option to automatically install missing -type stub packages (if found on PyPI). +and are automatically released (multiple times a day, when needed) by +[typeshed internal machinery](https://github.com/typeshed-internal/stub_uploader). -PyCharm, pytype etc. work in a similar way, for more details see documentation -for the type-checking tool you are using. +Type checkers should be able to use these stub packages when installed. For more +details, see the documentation for your type checker. ### The `_typeshed` package