From b7b66501d57a0e84ea3681573760813b635ef650 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 19 Jun 2018 01:24:14 +0200 Subject: [PATCH] doc: it can be just apt install. --- CONTRIBUTING.rst | 2 +- doc/plugins/math-and-code.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2