chiark / gitweb /
doc: it can be just apt install.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 18 Jun 2018 23:24:14 +0000 (01:24 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 18 Jun 2018 23:26:46 +0000 (01:26 +0200)
CONTRIBUTING.rst
doc/plugins/math-and-code.rst

index 5751a2d39f0d298be174843265cd4181f21cc070..906c780808ff35a428f8be265bf3589e23b7d002 100644 (file)
@@ -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
index d4c884e2a7a9a279acc0901e9751dcd351890fc7..711784428e32b789d8f6295b4d6ba00a88e6938b 100644 (file)
@@ -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