Installation#

mcfonts can be installed through pip, as it is available on PyPI, or through downloading it manually.

From PyPI#

mcfonts is available on PyPI. It depends on these packages:

You do not need to install these dependencies yourself, pip will install them for you.

To install mcfonts with pip:

python -m pip install mcfonts

This will install any needed dependencies.

From source#

You can download and install mcfonts from source with:

python -m pip install git+https://gitlab.com/whoatemybutter/mcfonts.git