Skip To Article

Install the MyST Markdown Command Line Interface

Install the MyST CLI using your favourite package manager

To install the MyST CLI, choose your preferred package manager. If you do not know what a package manager is, it is recommended that you install MyST with mamba from conda-forge.

conda-forge
PyPI
NPM

Install mamba (https://mamba.readthedocs.io), see Getting started with Miniforge.

🛠 Then install mystmd from conda-forge:

mamba install -c conda-forge mystmd

This will install myst globally (-g) on your system and add a link to the main CLI tool. To see if things worked, try checking the version with:

myst --version

This command should print the current version of the package. If all is good, you can type myst again in your terminal and it will list the help with all of the options available to you.

Dependencies for LaTeX\LaTeX and PDF¶

If you are exporting to LaTeX\LaTeX with an open-source template specified (see all templates) or if you are creating a PDF you will need to install a version of LaTeX.

conda-forge

🛠 Install mamba (https://mamba.readthedocs.io), see Getting started with Miniforge and Python.

$ mamba --version
mamba 1.5.8
conda 24.7.1

🛠 Install texlive-core and latexmk from conda-forge:

$ mamba install -c conda-forge texlive-core latexmk
MyST MarkdownMyST Markdown
Community-driven tools for the future of technical communication and publication, part of Jupyter.