codebots.bots.latexbot.LatexBot.install_dependencies#

Method

LatexBot.install_dependencies(git, pandoc, miktex)[source]#
Installs the dependencies needed, namely:
  • git

  • pandoc 2.15

  • latex

Parameters:
gitbool

if True install git

pandocbool

if True install pandoc

miktexbool

if True install miktex

Raises:
Exception

in case of an exeption, the temp_dir is automatically removed.