mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Link from README to the release script (#6458)
And update language about type checkers Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user