How to download Pandoc
Pandoc is a program without a visual interface, meaning that it is used via the command line. This tutorial will allow you to properly install Pandoc and confirm that you can use the command line to run the program.
Note: This tutorial is for a Windows device.
Tools needed
- Command Line Program
- This program can be the default command line, Powershell, or Windows Terminal.
- An internet connection
- Web browser
Steps
- Using your web browser, access https://pandoc.org/installing.html
- Click on the
Download the latest installer for Windows (64-bit)
button to download the installer.

- Click on the downloaded file, it will open an installer.
- Read and Accept the liscense agreement.
- optional: accept the installation for all users
- Click next on the installer and wait for the installation to finish.
- Once the installation is finished, you can close the installation window.
- Press the Win + R key at the same time. The run window will appear.
- Type in the following command into the window depending on the command line program you chose:
cmd
wt
powershell

wt
as the current program - Type
pandoc -v
into the command line. If there are no errors displayed, then you have succesfully installed pandoc.
Note: If your command line is unable to find the program, make sure it was typed in correctly, and reinstall if needed.