From: Vladimír Vondruš Date: Mon, 18 Jun 2018 23:24:14 +0000 (+0200) Subject: doc: it can be just apt install. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=b7b66501d57a0e84ea3681573760813b635ef650;p=blog.git doc: it can be just apt install. --- diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5751a2d3..906c7808 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -60,7 +60,7 @@ On Ubuntu you need these: .. code:: sh - sudo apt-get install texlive-base texlive-latex-extra texlive-fonts-extra python3-matplotlib + sudo apt install texlive-base texlive-latex-extra texlive-fonts-extra python3-matplotlib graphviz pip3 install pelican Pyphen Pillow Once you have all the dependencies, simply go to the ``site/`` subdirectory and diff --git a/doc/plugins/math-and-code.rst b/doc/plugins/math-and-code.rst index d4c884e2..71178442 100644 --- a/doc/plugins/math-and-code.rst +++ b/doc/plugins/math-and-code.rst @@ -71,7 +71,7 @@ package manager, for example on Ubuntu: .. code:: sh - sudo apt-get install texlive-base texlive-latex-extra texlive-fonts-extra + sudo apt install texlive-base texlive-latex-extra texlive-fonts-extra .. block-warning:: Note for macOS users