Install all you need for latex#
This example shows how simple it is to install all the software you need to get started with latex, overleaf and all the other cool features of latexbot
In action#
this is an example implementation:
from codebots.bots import LatexBot
lbot = LatexBot()
lbot.install_dependencies(git=False, pandoc=True, miktex=True)