Add pandoc install for more compile/export formats

Curtis Gedak 2017-10-13 11:49:24 -06:00
parent af9d6a02b0
commit 27bc35f7f9

@ -72,6 +72,12 @@ Use steps similar to those above to install _PyEnchant_.
At time of writing v2.6.8 was installed. You can specify this version with the `pip install markdown==2.6.8` command.
### Pandoc (Optional - provides more Compile/Export formats)
To access additional compile/export formats, such as ePub, OpenDocument and DocX, download and install [pandoc](https://pandoc.org/installing.html).
At time of writing [pandoc v1.19.2.1](https://github.com/jgm/pandoc/releases/1.19.2.1) was installed.
## Install Git and Manuskript
The source code for **Manuskript** is managed with the _git_ distributed version control system, and hence we need git to be able to clone a copy of the source code.