Skip to content

Installation

Information

MayPy is pur Python code with no external dependencies at its core. So don't worry to use it 😄 !

Install with pip

pip install maypyinstalled!

Tip

Don't forget to use a virtual environment when installing library, otherwise it will be installed on your global python environment.

Install with poetry

Information

Poetry is a great tools to manage your dependencies and packaging. I highly recommend to check it if you don't know Learn more

poetry add maypyInstalling maypy
writing lock file