From 987927d12a63477471939d40ad6a0e336e35b72c Mon Sep 17 00:00:00 2001 From: apt-ghetto Date: Sat, 3 Nov 2018 18:29:19 +0100 Subject: [PATCH] Fix installation of packages Install package arcanist from Ubuntu repo and not with pip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4fc4d43..e9c713d3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/) a Run the following command to install the needed dependencies: ``` -sudo apt install python3-pip python3-sphinx texlive-full && pip3 install sphinx_bootstrap_theme arcanist +sudo apt install python3-pip python3-sphinx texlive-full arcanist && pip3 install sphinx_bootstrap_theme ``` You can see the options for building the documentation by running `make help`.