Init now installs latex dependencies. Auto generation of human readable documentation is now possible

pull/12/head
Thorsten Sick 3 years ago
parent 16f807846b
commit fe4287b841

@ -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
Loading…
Cancel
Save