diff --git a/README.md b/README.md index 78b4473e..6b75616a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ conda install qtpy ``` -### Mypy integration +### Type checker integration A Command Line Interface (CLI) is offered to help with usage of QtPy. Presently, its only feature is to generate command line arguments for Mypy @@ -101,6 +101,8 @@ the Mypy command line invocation as follows: mypy --package mypackage $(qtpy mypy-args) ``` +For Pyright support and other usage notes, see [this comment](https://github.com/spyder-ide/qtpy/issues/352#issuecomment-1170684412). + ## Contributing