- Firstly we need to install the required LateX packages
sudo apt-get install texlive-latex-recommended texlive-xetex latexmk texlive-science texlive-fonts-extra texlive-bibtex-extra biber
- Create conda environment
mamba create -n mystmd-dev
conda activate mystmd-dev
- Install nodejs
mamba install nodejs
- Install mystmd
npm install -g mystmd
To build 01-simple.md into PDF, run
myst build 01-simple.md
To see the PDF, got to ./_build/exports
.