Skip to content

Installation

English | Français | 한국어 | 日本語

Linux

pip3 install mmg

macOS

pip3 install mmg

If you have any issues with WeasyPrint, install it with the following command. WeasyPrint is only used to create PDFs.

brew install weasyprint

Windows

  1. MMG uses WeasyPrint to create PDFs. WeasyPrint requires the GTK library, so download and run the latest GTK3 installer. If you are not interested in creating PDFs, you can skip this step. Other features of MMG are available without GTK.
  2. Install MMG using Pip.

    pip3 install mmg
    

Unstable Version (dev branch)

The dev branch is unstable and may not work properly.

The dev branch is used to test experimental features or fix bugs before releasing a new version. Also, the API may change without notice before the release of a new major version. Therefore, the dev branch is unstable and may not work properly, and execution is not guaranteed. For general use, please use the official release version.

The dev branch can be installed with the following command. Please refer to the unstable version documentation for the documentation of the dev branch. The documentation for the unstable version may change at any time and may not match the code in the actual dev branch.

pip install git+https://github.com/ryul1206/multilingual-markdown.git@dev