module installcustom.install_custom_pandoc

Short summary

module pymyinstall.installcustom.install_custom_pandoc

Various functions to install some application such as pandoc.

source on GitHub

Functions

function

truncated documentation

install_pandoc

Install pandoc. It does not do it a second time if it is already installed.

IsPandocInstalled

Documentation

Various functions to install some application such as pandoc.

source on GitHub

pymyinstall.installcustom.install_custom_pandoc.IsPandocInstalled()
Returns:

True of False whether or not it was installed

source on GitHub

pymyinstall.installcustom.install_custom_pandoc.install_pandoc(temp_folder='.', fLOG=<built-in function print>, install=True, force_download=False, version=None)

Install pandoc. It does not do it a second time if it is already installed.

Parameters:
  • temp_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • force_download – force the downloading of pandoc

  • version – version to install (unused)

Returns:

temporary file

source on GitHub