Skip to content

Getting Started

KotlinIsland edited this page Mar 16, 2022 · 3 revisions

Installation

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

Clone this wiki locally