[bootlin/training-materials updates] master: Extend requirements to build slides (927b3c5a)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Nov 26 11:34:32 CET 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/927b3c5ad208f2bcb2fc399f14fad7601d9dbbc5

>---------------------------------------------------------------

commit 927b3c5ad208f2bcb2fc399f14fad7601d9dbbc5
Author: Quentin Bourgeois <quentin.bourgeois at synacktiv.com>
Date:   Mon Oct 19 15:28:48 2020 +0000

    Extend requirements to build slides
    
    This need the python3 version of pygments as well as the texlive science
    library.
    
    Signed-off-by: Quentin Bourgeois <quentin.bourgeois at synacktiv.com>


>---------------------------------------------------------------

927b3c5ad208f2bcb2fc399f14fad7601d9dbbc5
 README | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README b/README
index acf9da84..4e5734dc 100644
--- a/README
+++ b/README
@@ -5,9 +5,10 @@ First, you may install the packages needed to compile the materials:
 
 sudo apt install --no-install-recommends git-core inkscape \
 texlive-latex-base texlive-latex-extra texlive-font-utils dia \
-python-pygments texlive-fonts-recommended texlive-fonts-extra make \
-texlive-xetex texlive-extra-utils fonts-inconsolata fonts-liberation \
-ttf-ubuntu-font-family xfonts-scalable lmodern
+python-pygments python3-pygments texlive-fonts-recommended \
+texlive-fonts-extra make texlive-xetex texlive-extra-utils \
+fonts-inconsolata fonts-liberation ttf-ubuntu-font-family \
+xfonts-scalable lmodern texlive-science
 
 Then, run 'make help' to see what available targets are.
 




More information about the training-materials-updates mailing list