forked from python/mypy
-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
KotlinIsland edited this page Mar 16, 2022
·
3 revisions
Basedmypy cannot be installed alongside mypy, which must be uninstalled first:
> pip uninstall mypy -y
...
> pip install basedmypy
...
Anyone familiar with mypy should feel comfortable working with basedmypy. Mypy's documentation can be found here