From fe4287b841d189d04ada2755dafd4611a0f117b0 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Fri, 17 Sep 2021 11:38:56 +0200 Subject: [PATCH] Init now installs latex dependencies. Auto generation of human readable documentation is now possible --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index b70b436..7a42100 100755 --- a/init.sh +++ b/init.sh @@ -3,6 +3,7 @@ # Init the system sudo apt-get -y install python3-venv +sudo apt-get -y install latexmk texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt \ No newline at end of file