From 7458fe4ffe824fa3b601a8d5afd3b2cafb4e814c Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 7 Aug 2016 22:21:16 -0500 Subject: [PATCH] Fix dependencies --- CONTRIBUTING.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3d420f2..a74dce5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,7 @@ Before starting, you need a few tools. - The following packages from your Linux distribution's repository: - `git` - `python3-sphinx` + - `texlive-full` - The following packages from PyPI: - `sphinx_debootstrap_theme` diff --git a/README.md b/README.md index 5a9c7567..a05eded6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/). Run the following command to install the needed dependencies: ``` -sudo apt install python3-sphinxpython3-sphinx && pip install sphinx_bootstrap_theme +sudo apt install python3-sphinx texlive-full && pip install sphinx_bootstrap_theme ``` You can see the options for building the documentation by running `make help`.