Getting started¶
The Pandoc command-line tool needs to be available. You may follow the official installation instructions which are OS-dependent, or if you are a conda user, do
$ conda install -c conda-forge pandoc
Then, install the latest stable version of the pandoc Python library with pip:
$ pip install --upgrade pandoc